Change 34611 by [EMAIL PROTECTED] on 2008/10/27 22:10:26
After the upgrade to 3.28_03 we need to revert change 34543.
Affected files ...
... //depot/perl/ext/Cwd/Makefile.PL#7 edit
Differences ...
==== //depot/perl/ext/Cwd/Makefile.PL#7 (text) ====
Index: perl/ext/Cwd/Makefile.PL
--- perl/ext/Cwd/Makefile.PL#6~34543~ 2008-10-20 23:37:13.000000000 -0700
+++ perl/ext/Cwd/Makefile.PL 2008-10-27 15:10:26.000000000 -0700
@@ -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')),
);
End of Patch.