From: Florian Ragwitz Date: Wed, 8 Apr 2009 21:31:17 +0000 (+0200) Subject: Depend on a recent Moose to be compatible with the new meta method api. X-Git-Tag: 0.00801~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c07ca8fc6c41203ce9ef8d015e6078d0b77cc274;p=gitmo%2FMooseX-Emulate-Class-Accessor-Fast.git Depend on a recent Moose to be compatible with the new meta method api. --- diff --git a/Makefile.PL b/Makefile.PL index 51b98c5..bd99f7a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,7 +9,7 @@ abstract 'Emulate Class::Accessor::Fast using attributes'; all_from 'lib/MooseX/Emulate/Class/Accessor/Fast.pm'; # Specific dependencies -requires 'Moose' => '0.31'; +requires 'Moose' => '0.73_01'; requires 'namespace::clean' => 0; build_requires 'Test::More' => 0;