X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=04fe2cd6902545cdfdc035733d0b019531a27ddd;hb=56e19078d7169c3c969468f8730d48e12271adb6;hp=9fe331c40f89a6d5e73dad051effe30a9075693b;hpb=a58af53dae9faa8a3f2ace190d607e17a6afa5d1;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 9fe331c..04fe2cd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,7 +7,7 @@ all_from 'lib/Catalyst/Runtime.pm'; requires 'namespace::clean'; requires 'Scope::Upper' => '0.06'; -requires 'MooseX::MethodAttributes::Inheritable' => '0.03'; +requires 'MooseX::MethodAttributes::Inheritable' => '0.05'; requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00800'; requires 'Moose' => '0.70'; requires 'Carp';