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=d30460ac03adfd3882f18e7b87e9fdc88c531fd2;hb=51e6046bc95a815f79db1c079b4c0ee43243ad2a;hpb=eb98d2ddaf2f2e01386719cd8fba9bb432bcd87a diff --git a/Makefile.PL b/Makefile.PL index d30460a..b460a48 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,7 @@ use inc::Module::Install; name 'MooseX-Singleton'; all_from 'lib/MooseX/Singleton.pm'; -requires 'Moose' => '0.82'; +requires 'Moose' => '0.94'; build_requires 'Scalar::Util'; build_requires 'Test::More' => '0.88'; @@ -13,4 +13,6 @@ build_requires 'Test::Exception'; license 'Perl'; +extra_tests(); + WriteAll();