This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to PathTools 3.25
[perl5.git] / ext / Cwd / Makefile.PL
CommitLineData
dfa4e5d3 1# core-only Makefile.PL
0d2079fa
BS
2use ExtUtils::MakeMaker;
3WriteMakefile(
4 NAME => 'Cwd',
04929354 5 VERSION_FROM => '../../lib/Cwd.pm',
dfa4e5d3 6 'DEFINE' => '-DNO_PPPORT_H',
0d2079fa 7);