use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Locales', AUTHOR => 'Daniel Muey <http://drmuey.com/cpan_contact.pl>', VERSION_FROM => 'lib/Locales.pm', ABSTRACT_FROM => 'lib/Locales.pm', PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Locales-*' }, );