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