X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=681fd58f84a016b7833f2a81f92f7960c57a9460;hb=9f7acb143b1238a6209b035fdc51df6c0683c324;hp=6015a1ffc9199434d915cfba3b84ccb68292d095;hpb=84f85ea4261f96ab86bde19610658bba98588500;p=gitmo%2FMooseX-Getopt.git diff --git a/Makefile.PL b/Makefile.PL index 6015a1f..681fd58 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,7 @@ 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;