X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=2bebe13301ff3a7fc64843eada0dfb367865ed6d;hb=c87dffa8b2168446117323e2e4a9c9995bc40092;hp=362d29164018873e334dc7025688db5e44314f96;hpb=b264623b66750817a7599013b841deaaa238e445;p=gitmo%2FMooseX-Singleton.git diff --git a/Makefile.PL b/Makefile.PL index 362d291..2bebe13 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.58'; +requires 'Moose' => '0.63'; build_requires 'Test::More'; build_requires 'Test::Exception';