X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Singleton.git;a=blobdiff_plain;f=Makefile.PL;h=e3eb21d80aad02f8fc7c5bccfb4a17e4328b2be9;hp=500ba0d4614bb2771405554da16a85bca0a7097e;hb=e6fd0d07a3e79832893c8095ec634f9481c6aff9;hpb=0a14785c68b278ebd1c4ce8f9538881fa6814040 diff --git a/Makefile.PL b/Makefile.PL index 500ba0d..e3eb21d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,11 +5,14 @@ use inc::Module::Install; name 'MooseX-Singleton'; all_from 'lib/MooseX/Singleton.pm'; -requires 'Moose' => '0.41'; +requires 'Moose' => '0.82'; -build_requires 'Test::More'; +build_requires 'Scalar::Util'; +build_requires 'Test::More' => '0.88'; build_requires 'Test::Exception'; license 'Perl'; +extra_tests(); + WriteAll();