From: Tomas Doran Date: Wed, 23 Sep 2009 14:48:06 +0000 (+0000) Subject: Dep bump X-Git-Tag: 5.80014~41 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=9f16fdf2d9b4d2823d897d4b88d58aaf252ad58e;hp=2e60292e80cede2e0ba4350d77733457f09f9b9a Dep bump --- diff --git a/Changes b/Changes index 3ad01ee..204e384 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ # This file documents the revision history for Perl extension Catalyst. + Bug fixes: + - Require MooseX::MethodAttributes 0.17. This in turn requires new + MooseX::Types to stop warnings in Moose 0.91, and correctly supports + role combination of roles containing attributed methods. + 5.80013 2009-09-17 11:07:04 Bug fixes: diff --git a/Makefile.PL b/Makefile.PL index b76d549..0238117 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -20,7 +20,7 @@ requires 'B::Hooks::EndOfScope' => '0.08'; requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00903'; requires 'Class::MOP' => '0.83'; requires 'Moose' => '0.90'; -requires 'MooseX::MethodAttributes::Inheritable' => '0.16'; +requires 'MooseX::MethodAttributes::Inheritable' => '0.17'; requires 'Carp'; requires 'Class::C3::Adopt::NEXT' => '0.07'; requires 'CGI::Simple::Cookie';