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=1e2ff81c5005316d2bc44c5b1a0ea4b0fd288e91;hb=e6fd0d07a3e79832893c8095ec634f9481c6aff9;hpb=adda7954342ef3715387d83deeaef08b7b9631a5 diff --git a/Makefile.PL b/Makefile.PL index 1e2ff81..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.65'; +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();