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=362d29164018873e334dc7025688db5e44314f96;hp=516ba7d2b9bc7684bd1b3bcd614d5ce7c77c4bad;hb=51d56bb9615491ab57a669f826e4708a10f5c8d1;hpb=0272982a342c6c778dba18094bd5e8c28cefc332 diff --git a/Makefile.PL b/Makefile.PL index 516ba7d..362d291 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.57'; +requires 'Moose' => '0.58'; build_requires 'Test::More'; build_requires 'Test::Exception';