X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=3ab0c74a460845c10640d1ca49938763efb34ebf;hb=105e05aa414caa4da9b8c7d3fec909db8caa7bd6;hp=317458bc8af804c688f996df9084b1f419dfada1;hpb=521a8c3f43514b93e003783a9209d137804166bf;p=gitmo%2FMooseX-Getopt.git diff --git a/Makefile.PL b/Makefile.PL index 317458b..3ab0c74 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