This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't
[perl5.git] / ext / Cwd / Makefile.PL
1 use ExtUtils::MakeMaker;
2 WriteMakefile(
3     NAME    => 'Cwd',
4     VERSION_FROM => '../../lib/Cwd.pm',
5 );