From: Dave Rolsky Date: Mon, 15 Sep 2008 17:08:57 +0000 (+0000) Subject: Will require the next Moose X-Git-Tag: 0.12~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Singleton.git;a=commitdiff_plain;h=51d56bb9615491ab57a669f826e4708a10f5c8d1 Will require the next Moose --- 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';