[Catalyst-commits] r13924 - Catalyst-Runtime/5.80/trunk
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Mon Jan 24 11:29:24 GMT 2011
Author: t0m
Date: 2011-01-24 11:29:24 +0000 (Mon, 24 Jan 2011)
New Revision: 13924
Modified:
Catalyst-Runtime/5.80/trunk/Changes
Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
Bump dep
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2011-01-24 10:50:42 UTC (rev 13923)
+++ Catalyst-Runtime/5.80/trunk/Changes 2011-01-24 11:29:24 UTC (rev 13924)
@@ -1,5 +1,12 @@
# This file documents the revision history for Perl extension Catalyst.
+ Bug fixes:
+ - Update dependency on MooseX::Role::WithOverloading to ensure that
+ a version which can deal with / depends on a new Package::Stash
+ is installed. (As if some other dependency is pulled in during upgrading
+ which results in new Package::Stash, then it can leave you with a broken
+ version of MooseX::Role::WithOverloading.
+
5.80030 2011-01-04 13:13:02
New features:
Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL 2011-01-24 10:50:42 UTC (rev 13923)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL 2011-01-24 11:29:24 UTC (rev 13924)
@@ -21,7 +21,7 @@
requires 'Class::MOP' => '0.95';
requires 'Moose' => '1.03';
requires 'MooseX::MethodAttributes::Inheritable' => '0.24';
-requires 'MooseX::Role::WithOverloading' => '0.05';
+requires 'MooseX::Role::WithOverloading' => '0.09';
requires 'Carp';
requires 'Class::C3::Adopt::NEXT' => '0.07';
requires 'CGI::Simple::Cookie' => '1.109';
More information about the Catalyst-commits
mailing list