[Catalyst-commits] r9347 - Catalyst-Runtime/5.80/branches/register_actions

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Thu Feb 19 05:21:59 GMT 2009


Author: rafl
Date: 2009-02-19 05:21:59 +0000 (Thu, 19 Feb 2009)
New Revision: 9347

Modified:
   Catalyst-Runtime/5.80/branches/register_actions/Makefile.PL
Log:
Update prereqs.

Modified: Catalyst-Runtime/5.80/branches/register_actions/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/branches/register_actions/Makefile.PL	2009-02-19 05:21:51 UTC (rev 9346)
+++ Catalyst-Runtime/5.80/branches/register_actions/Makefile.PL	2009-02-19 05:21:59 UTC (rev 9347)
@@ -7,6 +7,7 @@
 
 requires 'namespace::clean';
 requires 'Scope::Upper' => '0.06';
+requires 'MooseX::MethodAttributes::Inheritable';
 requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00800';
 requires 'Moose' => '0.70';
 requires 'Carp';




More information about the Catalyst-commits mailing list