Dep bump
Tomas Doran [Wed, 23 Sep 2009 14:48:06 +0000 (14:48 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 3ad01ee..204e384 100644 (file)
--- 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:
index b76d549..0238117 100644 (file)
@@ -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';