From: Tomas Doran Date: Sat, 13 Dec 2008 21:52:44 +0000 (+0000) Subject: Bump MX::E::CAF dep X-Git-Tag: 5.8000_05~95 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=5e0a1a003c3b5b322153e5e944a84a23bd9fcf61;hp=db92f078f0e9a8d5b5788c4d9a3158a8fc733554 Bump MX::E::CAF dep --- diff --git a/Changes b/Changes index b80911c..ecf47cf 100644 --- 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 diff --git a/Makefile.PL b/Makefile.PL index 113ed28..2772633 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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';