X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=c0a1454b6e379348979f4dc7ff349d1f156c92dc;hp=a02ffe8098f0e44dccd06ab49a016b306c216548;hb=05d79b223fd5c1594a492fc05faca548e66478d9;hpb=bafb7fb41dd4cbc70fc18a173841cebf850f5b35 diff --git a/Makefile.PL b/Makefile.PL index a02ffe8..c0a1454 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,7 +9,7 @@ requires 'namespace::clean'; requires 'Scope::Upper' => '0.06'; requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00801'; requires 'Moose' => '0.73'; -requires 'MooseX::MethodAttributes::Inheritable' => '0.05'; +requires 'MooseX::MethodAttributes::Inheritable' => '0.06'; requires 'Carp'; requires 'Class::C3::Adopt::NEXT' => '0.07'; requires 'Class::MOP' => '0.79'; @@ -107,6 +107,9 @@ EOF # NOTE - This is the version number of the _incompatible_ code, # not the version number of the fixed version. my %conflicts = ( + 'Catalyst::Plugin::ConfigLoader' => '0.22', # Older versions work but + # throw Data::Visitor warns + 'Catalyst::Devel' => '0.09', 'Catalyst::Plugin::SmartURI' => '0.029', 'CatalystX::CRUD' => '0.37', 'Catalyst::Action::RenderView' => '0.07', @@ -114,6 +117,7 @@ my %conflicts = ( 'Catalyst::Plugin::Authentication' => '0.100091', 'CatalystX::Imports' => '0.03', 'Catalyst::Plugin::HashedCookies' => '1.03', + 'Catalyst::Action::REST' => '0.67', ); check_conflicts(%conflicts);