use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Getopt::Euclid', AUTHOR => 'Damian Conway <DCONWAY@cpan.org>', VERSION_FROM => 'lib/Getopt/Euclid.pm', ABSTRACT_FROM => 'lib/Getopt/Euclid.pm', PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, 'version' => 0, 'File::Spec::Functions' => 0, 'List::Util' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Getopt-Euclid-*' }, );