[Catalyst-commits] r12559 - Catalyst-Runtime/5.80/trunk

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Sat Jan 9 17:38:59 GMT 2010


Author: t0m
Date: 2010-01-09 17:38:59 +0000 (Sat, 09 Jan 2010)
New Revision: 12559

Modified:
   Catalyst-Runtime/5.80/trunk/Changes
   Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
Bump dep

Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes	2010-01-09 16:54:08 UTC (rev 12558)
+++ Catalyst-Runtime/5.80/trunk/Changes	2010-01-09 17:38:59 UTC (rev 12559)
@@ -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

Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL	2010-01-09 16:54:08 UTC (rev 12558)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL	2010-01-09 17:38:59 UTC (rev 12559)
@@ -23,7 +23,7 @@
 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';




More information about the Catalyst-commits mailing list