Cwd doesn't need ppport.h in core
[p5sagit/p5-mst-13.2.git] / ext / Cwd / Makefile.PL
1 use ExtUtils::MakeMaker;
2 WriteMakefile(
3     NAME    => 'Cwd',
4     VERSION_FROM => '../../lib/Cwd.pm',
5     (
6         (grep { $_ eq 'PERL_CORE=1' } @ARGV)
7             ? ()
8             : ('DEFINE' => '-DUSE_PPPORT_H')
9     ),
10 );