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=a7ae76f616e73050cf4fec0aa99dc2e2db6ce31c;hb=05d79b223fd5c1594a492fc05faca548e66478d9;hpb=46435d36b97afe22955a7f7188ec5cefbb8886f0 diff --git a/Makefile.PL b/Makefile.PL index a7ae76f..c0a1454 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,8 +7,9 @@ all_from 'lib/Catalyst/Runtime.pm'; requires 'namespace::clean'; requires 'Scope::Upper' => '0.06'; -requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00800'; -requires 'Moose' => '0.70'; +requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00801'; +requires 'Moose' => '0.73'; +requires 'MooseX::MethodAttributes::Inheritable' => '0.06'; requires 'Carp'; requires 'Class::C3::Adopt::NEXT' => '0.07'; requires 'Class::MOP' => '0.79'; @@ -51,9 +52,9 @@ else { test_requires('Test::Aggregate', '0.34_01'); } my @force_build_requires_if_author = qw( - Test::NoTabs - Test::Pod - Test::Pod::Coverage + Test::NoTabs + Test::Pod + Test::Pod::Coverage Pod::Coverage ); @@ -106,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', @@ -113,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);