From: Shawn M Moore Date: Sat, 26 Jan 2008 15:39:07 +0000 (+0000) Subject: Bump the minimum Moose version to 0.28, because we had a test failure from some guy... X-Git-Tag: 0.09_02~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Singleton.git;a=commitdiff_plain;h=1bffae4e6593ddc6d337698340ca6dbb1601a0db Bump the minimum Moose version to 0.28, because we had a test failure from some guy running grandpa Moose --- diff --git a/Makefile.PL b/Makefile.PL index 3ebadad..6b00169 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'; +requires 'Moose' => '0.28'; build_requires 'Test::More'; build_requires 'Test::Exception';