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

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Sat Jan 9 18:22:03 GMT 2010


Author: t0m
Date: 2010-01-09 18:22:02 +0000 (Sat, 09 Jan 2010)
New Revision: 12573

Modified:
   Catalyst-Runtime/5.80/trunk/Changes
   Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
Bump version of ::Role::WithOverloading

Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes	2010-01-09 18:21:53 UTC (rev 12572)
+++ Catalyst-Runtime/5.80/trunk/Changes	2010-01-09 18:22:02 UTC (rev 12573)
@@ -19,6 +19,8 @@
      with the correct options on SIGHUP.
    - Require new MooseX::MethodAttributes to be compatible with Moose
      versions >= 0.93_01
+   - Require new MooseX::Role::WithOverloading 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 18:21:53 UTC (rev 12572)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL	2010-01-09 18:22:02 UTC (rev 12573)
@@ -24,7 +24,7 @@
 requires 'Class::MOP' => '0.95';
 requires 'Moose' => '0.93';
 requires 'MooseX::MethodAttributes::Inheritable' => '0.19';
-requires 'MooseX::Role::WithOverloading' => '0.03';
+requires 'MooseX::Role::WithOverloading' => '0.05';
 requires 'Carp';
 requires 'Class::C3::Adopt::NEXT' => '0.07';
 requires 'CGI::Simple::Cookie';




More information about the Catalyst-commits mailing list