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