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
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
After the upgrade to 3.28_03 we need to revert change 34543.
[perl5.git]
/
ext
/
Cwd
/
Makefile.PL
1
# core-only Makefile.PL
2
use ExtUtils::MakeMaker;
3
WriteMakefile(
4
NAME => 'Cwd',
5
VERSION_FROM => '../../lib/Cwd.pm',
6
'DEFINE' => '-DNO_PPPORT_H',
7
);