Loop in S_init_perllib(), only calling S_incpush*() with INCPUSH_ADD_OLD_VERS
[p5sagit/p5-mst-13.2.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 );