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