From: Tomas Doran Date: Sat, 22 May 2010 10:17:18 +0000 (+0000) Subject: Changelog, bump Moose dep X-Git-Tag: 5.80025~2^2~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=135e449aa80fa05441190a7fc3445bb549469832;hp=7b41db700fa469f9bf1f4aae68db378c99e30e95 Changelog, bump Moose dep --- diff --git a/Changes b/Changes index 461e653..fe66038 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,5 @@ # This file documents the revision history for Perl extension Catalyst. - Refactoring: - - Remove nasty hacks to make classes which are plain old perl work with - multiple levels away inherited from Moose classes which do metaclass roles. - This issue has been (more correcly) solved in core Moose instead of our - workaround. - 5.80024 2010-05-15 11:55:44 Bug fixes: diff --git a/Makefile.PL b/Makefile.PL index 8bdcd4b..3b2305c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -19,7 +19,7 @@ requires 'namespace::clean' => '0.13'; requires 'B::Hooks::EndOfScope' => '0.08'; requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00903'; requires 'Class::MOP' => '0.95'; -requires 'Moose' => '1.05'; +requires 'Moose' => '1.03'; requires 'MooseX::MethodAttributes::Inheritable' => '0.19'; requires 'MooseX::Role::WithOverloading' => '0.05'; requires 'Carp';