X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=681fd58f84a016b7833f2a81f92f7960c57a9460;hb=a20996695460dc338556f0435299555074c76c34;hp=317458bc8af804c688f996df9084b1f419dfada1;hpb=521a8c3f43514b93e003783a9209d137804166bf;p=gitmo%2FMooseX-Getopt.git diff --git a/Makefile.PL b/Makefile.PL index 317458b..681fd58 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,11 +1,11 @@ -use inc::Module::Install; +use inc::Module::Install 0.75; name 'MooseX-Getopt'; license 'perl'; all_from 'lib/MooseX/Getopt.pm'; -requires 'Moose' => '0.43'; +requires 'Moose' => '0.56'; requires 'Getopt::Long' => '2.37'; # optional @@ -15,6 +15,6 @@ build_requires 'Test::More' => '0.62'; build_requires 'Test::Exception' => '0.21'; tests_recursive(); -auto_install; +auto_manifest(); WriteAll;