X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=e83f9ba937417b63260f62262e70fba387dca525;hb=dbeedf9e84cf71bc153a91eed958bb11d9c63ded;hp=53a8c7f7b3e4f87fa7d37ab0827c93eaf3dbc085;hpb=88a485f1ed73dfcb81e04ff5de37d92f060c89b4;p=gitmo%2FMooseX-Singleton.git diff --git a/Makefile.PL b/Makefile.PL index 53a8c7f..e83f9ba 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.74'; build_requires 'Test::More'; build_requires 'Test::Exception';