diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-10-27 22:10:26 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-10-27 22:10:26 +0000 |
commit | 3b3a0cf42fac6f93df8eb3e6e5fe7dba4247efb1 (patch) | |
tree | 7397decd9e26bddfaa9bf8f9e7702bf7523d4e01 /ext | |
parent | 8f629a87fe8f340f7e1d3258b7972985953c03fc (diff) | |
download | perl-3b3a0cf42fac6f93df8eb3e6e5fe7dba4247efb1.tar.gz |
After the upgrade to 3.28_03 we need to revert change 34543.
p4raw-id: //depot/perl@34611
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Cwd/Makefile.PL | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/Cwd/Makefile.PL b/ext/Cwd/Makefile.PL index 45baa487c7..1e9a80d8a7 100644 --- a/ext/Cwd/Makefile.PL +++ b/ext/Cwd/Makefile.PL @@ -1,11 +1,7 @@ # core-only Makefile.PL use ExtUtils::MakeMaker; -use File::Spec; -my $up = File::Spec->updir(); - WriteMakefile( NAME => 'Cwd', VERSION_FROM => '../../lib/Cwd.pm', 'DEFINE' => '-DNO_PPPORT_H', - XS_VERSION => eval MM->parse_version(File::Spec->catfile($up, $up, 'lib', 'Cwd.pm')), ); |