1use ExtUtils::MakeMaker;
2WriteMakefile(
3    NAME    => 'Cwd',
4    VERSION_FROM => '../../lib/Cwd.pm',
5);
6