From: Florian Ragwitz Date: Fri, 20 Nov 2009 07:05:08 +0000 (+0000) Subject: Depend on MX::Role::WithOverloading 0.03 to make sure things work out on 5.8.8 and... X-Git-Tag: 5.80014~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=636fc36c0cbdc6eaa3a770ccaffc9de02ae3e5be Depend on MX::Role::WithOverloading 0.03 to make sure things work out on 5.8.8 and older. --- diff --git a/Makefile.PL b/Makefile.PL index fe7a723..ccc6828 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -23,7 +23,7 @@ requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00903'; requires 'Class::MOP' => '0.83'; requires 'Moose' => '0.90'; requires 'MooseX::MethodAttributes::Inheritable' => '0.17'; -requires 'MooseX::Role::WithOverloading'; +requires 'MooseX::Role::WithOverloading' => '0.03'; requires 'Carp'; requires 'Class::C3::Adopt::NEXT' => '0.07'; requires 'CGI::Simple::Cookie';