This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f629a8
)
After the upgrade to 3.28_03 we need to revert change 34543.
author
Nicholas Clark
<nick@ccl4.org>
Mon, 27 Oct 2008 22:10:26 +0000
(22:10 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Mon, 27 Oct 2008 22:10:26 +0000
(22:10 +0000)
p4raw-id: //depot/perl@34611
ext/Cwd/Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/ext/Cwd/Makefile.PL
b/ext/Cwd/Makefile.PL
index
45baa48
..
1e9a80d
100644
(file)
--- 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')),
);