X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=cde37587cc42756f4c1e10024a446fedb270932a;hb=f089b8562e348fcac1d2800545e88a69d484811f;hp=c4871ed4d132320e0fb83f6c5cc934d1830f5333;hpb=3ab2f54a21bb1ebab2c29f3129926ccab72712a0;p=gitmo%2FMoose-Autobox.git diff --git a/Makefile.PL b/Makefile.PL index c4871ed..cde3758 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,9 +10,10 @@ requires 'autobox' => '2.23'; requires 'Moose' => '0.42'; requires 'Perl6::Junction' => '1.40000'; -test_requires 'Test::More' => '0.62'; +test_requires 'Test::More' => '0.89'; test_requires 'Test::Exception' => '0.21'; +auto_manifest; tests_recursive; extra_tests;