RE: DB_File-1.79 on Cygwin 1.3.3
[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 );