X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=Makefile.PL;h=d9d0041d1707c5dacae1be81cbff272c8a3bfbc5;hp=3ab0c74a460845c10640d1ca49938763efb34ebf;hb=topic%2Fconfigfile_default_codref_call;hpb=e2dcd71d32b47ac5bcf91b6b61f859164efd37e7 diff --git a/Makefile.PL b/Makefile.PL index 3ab0c74..d9d0041 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,10 +11,12 @@ requires 'Getopt::Long' => '2.37'; # optional requires 'Getopt::Long::Descriptive' => 0; +build_requires 'Test::Moose'; build_requires 'Test::More' => '0.62'; build_requires 'Test::Exception' => '0.21'; -tests_recursive(); -auto_install; +resources repository => 'git://git.moose.perl.org/MooseX-Getopt.git'; + +auto_manifest(); WriteAll;