X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Singleton.git;a=blobdiff_plain;f=Makefile.PL;h=b460a48685aa9b873ca5e31f994ca5998f5865e8;hp=2bebe13301ff3a7fc64843eada0dfb367865ed6d;hb=f943458f1cf1fba934f789e3eebf000e67da892b;hpb=c87dffa8b2168446117323e2e4a9c9995bc40092 diff --git a/Makefile.PL b/Makefile.PL index 2bebe13..b460a48 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.63'; +requires 'Moose' => '0.94'; -build_requires 'Test::More'; +build_requires 'Scalar::Util'; +build_requires 'Test::More' => '0.88'; build_requires 'Test::Exception'; license 'Perl'; +extra_tests(); + WriteAll();