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=e3eb21d80aad02f8fc7c5bccfb4a17e4328b2be9;hb=51e6046bc95a815f79db1c079b4c0ee43243ad2a;hpb=1a9d8ad028c10475ce4111b2fe4f7db540f655f3 diff --git a/Makefile.PL b/Makefile.PL index e3eb21d..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';