[Catalyst-commits] r11366 - Catalyst-Runtime/5.80/trunk
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Tue Sep 15 20:48:20 GMT 2009
Author: t0m
Date: 2009-09-15 20:48:19 +0000 (Tue, 15 Sep 2009)
New Revision: 11366
Modified:
Catalyst-Runtime/5.80/trunk/Changes
Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
Remove what is now lies from Changes. Bump all the deps which need to be bumped to not crap warnings everywhere
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2009-09-15 19:18:00 UTC (rev 11365)
+++ Catalyst-Runtime/5.80/trunk/Changes 2009-09-15 20:48:19 UTC (rev 11366)
@@ -1,12 +1,8 @@
# This file documents the revision history for Perl extension Catalyst.
#
- - Add allow_mutable_ancestors option when force inlining a constructor onto
- applications with plugins defining their own (usually Class::Accessor::Fast)
- new methods, to avoid warnings generated by upcoming Moose releases
- as we can make a class (MyApp) immutable when not all of it's superclasses
- (e.g. plugins not fully Moose converted, but using
- MooseX::Emulate::Class::Accessor::Fast) are not immutable.
+ - Require new Moose version and new versions of various dependencies
+ to avoid warnings from newest Moose release.
5.80012 2009-09-09 19:09:09
Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL 2009-09-15 19:18:00 UTC (rev 11365)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL 2009-09-15 20:48:19 UTC (rev 11366)
@@ -14,13 +14,13 @@
all_from 'lib/Catalyst/Runtime.pm';
requires 'List::MoreUtils';
-requires 'namespace::autoclean';
+requires 'namespace::autoclean' => '0.09';
requires 'namespace::clean';
requires 'B::Hooks::EndOfScope' => '0.08';
-requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00801';
+requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00903';
requires 'Class::MOP' => '0.83';
-requires 'Moose' => '0.78';
-requires 'MooseX::MethodAttributes::Inheritable' => '0.15';
+requires 'Moose' => '0.90';
+requires 'MooseX::MethodAttributes::Inheritable' => '0.16';
requires 'Carp';
requires 'Class::C3::Adopt::NEXT' => '0.07';
requires 'CGI::Simple::Cookie';
More information about the Catalyst-commits
mailing list