X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=362d29164018873e334dc7025688db5e44314f96;hb=51d56bb9615491ab57a669f826e4708a10f5c8d1;hp=1780c74b6b785734244cb5c67b5bc083d32d4122;hpb=d871257e46e9a2871c530139b5c20a9e54c8875a;p=gitmo%2FMooseX-Singleton.git diff --git a/Makefile.PL b/Makefile.PL index 1780c74..362d291 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.51'; +requires 'Moose' => '0.58'; build_requires 'Test::More'; build_requires 'Test::Exception';