This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
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 );