From: Nicholas Clark Date: Mon, 27 Oct 2008 22:10:26 +0000 (+0000) Subject: After the upgrade to 3.28_03 we need to revert change 34543. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3b3a0cf42fac6f93df8eb3e6e5fe7dba4247efb1;p=p5sagit%2Fp5-mst-13.2.git After the upgrade to 3.28_03 we need to revert change 34543. p4raw-id: //depot/perl@34611 --- diff --git a/ext/Cwd/Makefile.PL b/ext/Cwd/Makefile.PL index 45baa48..1e9a80d 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')), );