Bump MX::E::CAF dep
Tomas Doran [Sat, 13 Dec 2008 21:52:44 +0000 (21:52 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index b80911c..ecf47cf 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+        - Bump MooseX::Emulate::Class::Accessor::Fast dependency
+          to force new version which fixes a lot of plugins (t0m)
         - Make log levels additive, and add documentation and tests
           for the setup_log method, which previously had none.
           Sewn together by t0m from two patches provided by David E. Wheeler
index 113ed28..2772633 100644 (file)
@@ -6,7 +6,7 @@ name 'Catalyst-Runtime';
 all_from 'lib/Catalyst/Runtime.pm';
 
 requires 'namespace::clean';
-requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00400';
+requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00500';
 requires 'Moose' => '0.59';
 requires 'Carp';
 requires 'Class::C3::Adopt::NEXT';