From: Tomas Doran Date: Sun, 19 Apr 2009 23:25:16 +0000 (+0000) Subject: Bump MX::MethodAttributes::Inheritable dep, changelog X-Git-Tag: 5.80002~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=93704c74741a43e78e336fe8f88be843174011f4 Bump MX::MethodAttributes::Inheritable dep, changelog --- diff --git a/Changes b/Changes index 521c3f5..dfb9d7f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ # This file documents the revision history for Perl extension Catalyst. + - Require MX::MethodAttributes 0.06 to avoid issues with saying + use base 'Catalyst::Controller'; use Moose; losing actions (t0m) + - Fix all of t0m's typos in ::Upgrading and ::Delta (hobbs) + 5.80001 2009-04-18 22:18 - Don't inline the constructor for Catalyst::Log to avoid a warning on recent Moose versions. diff --git a/Makefile.PL b/Makefile.PL index a50a505..9682c9e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,7 +9,7 @@ requires 'namespace::clean'; requires 'Scope::Upper' => '0.06'; requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00801'; requires 'Moose' => '0.73'; -requires 'MooseX::MethodAttributes::Inheritable' => '0.05'; +requires 'MooseX::MethodAttributes::Inheritable' => '0.06'; requires 'Carp'; requires 'Class::C3::Adopt::NEXT' => '0.07'; requires 'Class::MOP' => '0.79';