From: Dave Rolsky Date: Fri, 22 Aug 2008 02:51:54 +0000 (+0000) Subject: Doh, forgot to increment the required Moose version before the latest release X-Git-Tag: 0.09_02~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Singleton.git;a=commitdiff_plain;h=88a485f1ed73dfcb81e04ff5de37d92f060c89b4 Doh, forgot to increment the required Moose version before the latest release --- diff --git a/Makefile.PL b/Makefile.PL index 1780c74..53a8c7f 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.51'; +requires 'Moose' => '0.55_01'; build_requires 'Test::More'; build_requires 'Test::Exception';