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
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
After the upgrade to 3.28_03 we need to revert change 34543.
[perl5.git]
/
ext
/
Cwd
/
Makefile.PL
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;
# 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',
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')),
);
);