From: Tomas Doran Date: Sat, 9 Jan 2010 18:22:02 +0000 (+0000) Subject: Bump version of ::Role::WithOverloading X-Git-Tag: 5.80017~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=e6e2ba11f62eb261728729c01c77b73add5d8467 Bump version of ::Role::WithOverloading --- diff --git a/Changes b/Changes index cd57f2e..3ae8b28 100644 --- a/Changes +++ b/Changes @@ -19,6 +19,8 @@ with the correct options on SIGHUP. - Require new MooseX::MethodAttributes to be compatible with Moose versions >= 0.93_01 + - Require new MooseX::Role::WithOverloading to be compatible with Moose + versions >= 0.93_01 Cleanups: - Stop suppressing warnings from Class::C3::Adopt::NEXT now that most plugins diff --git a/Makefile.PL b/Makefile.PL index 9c9efec..dbf1e48 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,7 +24,7 @@ requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00903'; requires 'Class::MOP' => '0.95'; requires 'Moose' => '0.93'; requires 'MooseX::MethodAttributes::Inheritable' => '0.19'; -requires 'MooseX::Role::WithOverloading' => '0.03'; +requires 'MooseX::Role::WithOverloading' => '0.05'; requires 'Carp'; requires 'Class::C3::Adopt::NEXT' => '0.07'; requires 'CGI::Simple::Cookie';