Bump dep
Tomas Doran [Sat, 9 Jan 2010 17:38:59 +0000 (17:38 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 5ea6cc9..cd57f2e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -17,6 +17,8 @@
    - Correctly pass the arguments to Catalyst::Script::Server through to
      Catalyst::Engine::HTTP->run so that the server can restart itself
      with the correct options on SIGHUP.
+   - Require new MooseX::MethodAttributes to be compatible with Moose
+     versions >= 0.93_01
 
   Cleanups:
     - Stop suppressing warnings from Class::C3::Adopt::NEXT now that most plugins
index ba32c9d..9c9efec 100644 (file)
@@ -23,7 +23,7 @@ requires 'B::Hooks::EndOfScope' => '0.08';
 requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00903';
 requires 'Class::MOP' => '0.95';
 requires 'Moose' => '0.93';
-requires 'MooseX::MethodAttributes::Inheritable' => '0.17';
+requires 'MooseX::MethodAttributes::Inheritable' => '0.19';
 requires 'MooseX::Role::WithOverloading' => '0.03';
 requires 'Carp';
 requires 'Class::C3::Adopt::NEXT' => '0.07';