X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=cde37587cc42756f4c1e10024a446fedb270932a;hb=f089b8562e348fcac1d2800545e88a69d484811f;hp=ebe5a13d00c378be51175af0c65ade901c589e98;hpb=ca2e2c86816f49d84218f96711dafd5e2e2c2a09;p=gitmo%2FMoose-Autobox.git diff --git a/Makefile.PL b/Makefile.PL index ebe5a13..cde3758 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,17 +1,19 @@ use strict; use warnings; use inc::Module::Install; +use Module::Install::ExtraTests; name('Moose-Autobox'); all_from('lib/Moose/Autobox.pm'); requires 'autobox' => '2.23'; requires 'Moose' => '0.42'; -requires 'Perl6::Junction' => '1.10'; +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;