This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The 'contiguous' test for argv[], envp[] was bogus
[perl5.git] / ext / Cwd / Makefile.PL
CommitLineData
0d2079fa
BS
1use ExtUtils::MakeMaker;
2WriteMakefile(
3 NAME => 'Cwd',
04929354 4 VERSION_FROM => '../../lib/Cwd.pm',
0d2079fa 5);