X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=ac0cb58c22352428b1457a112b72cb17f35c1927;hp=b014ca941d6bb22e0fb14318558cb68d9d59247c;hb=b3358e01f2ba37f07cbe2bb5d06410d2b8f8a627;hpb=dc0e73a30aaaf9a8b85d86ac5be6554b57fa8fea diff --git a/Makefile.PL b/Makefile.PL index b014ca9..ac0cb58 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ name 'Catalyst-Runtime'; all_from 'lib/Catalyst/Runtime.pm'; requires 'namespace::clean'; -requires 'Scope::Upper'; +requires 'Scope::Upper' => '0.06'; requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00700'; requires 'Moose' => '0.64'; requires 'Carp'; @@ -125,12 +125,15 @@ check_conflicts(); # Nicked straight from Moose! sub check_conflicts { + # NOTE - This is the version number of the _incompatible_ code, + # not the version number of the fixed version. my %conflicts = ( - 'Catalyst::Action::RenderView' => '0.08', + 'CatalystX::CRUD' => '0.37', + 'Catalyst::Action::RenderView' => '0.07', 'Catalyst::Plugin::DebugCookie' => '0.999002', - 'Catalyst::Plugin::Authentication' => '0.100092', + 'Catalyst::Plugin::Authentication' => '0.100091', 'CatalystX::Imports' => '0.03', - 'Catalyst-Plugin-HashedCookies' => '1.03', + 'Catalyst::Plugin::HashedCookies' => '1.03', ); my $found = 0;