From: Tomas Doran Date: Mon, 24 Jan 2011 11:29:24 +0000 (+0000) Subject: Bump dep X-Git-Tag: 5.80031~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=718e6314e23cff49be6d4fc785dd01b24a30ddf8;hp=94edbd2cb9cb1f63d5e10bff36e4218c44d2e978 Bump dep --- diff --git a/Changes b/Changes index 9076eb7..d026586 100644 --- a/Changes +++ b/Changes @@ -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: diff --git a/Makefile.PL b/Makefile.PL index 4446241..6935b7c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -21,7 +21,7 @@ requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00903'; 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';