From: Florian Ragwitz Date: Thu, 19 Feb 2009 05:21:59 +0000 (+0000) Subject: Update prereqs. X-Git-Tag: 5.80001~40^2~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=6cd71736f0a8182dbaf040707fc0bc7a779e99c7 Update prereqs. --- diff --git a/Makefile.PL b/Makefile.PL index 524248a..9226fd3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,6 +7,7 @@ all_from 'lib/Catalyst/Runtime.pm'; requires 'namespace::clean'; requires 'Scope::Upper' => '0.06'; +requires 'MooseX::MethodAttributes::Inheritable'; requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00800'; requires 'Moose' => '0.70'; requires 'Carp';