From: Tomas Doran Date: Mon, 2 Feb 2009 15:02:49 +0000 (+0000) Subject: Fix module versions, and add a note to stop future occurences of my retardedness X-Git-Tag: 5.8000_06~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=b3358e01f2ba37f07cbe2bb5d06410d2b8f8a627 Fix module versions, and add a note to stop future occurences of my retardedness --- diff --git a/Makefile.PL b/Makefile.PL index 650c947..ac0cb58 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -125,11 +125,13 @@ 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 = ( 'CatalystX::CRUD' => '0.37', - 'Catalyst::Action::RenderView' => '0.08', + '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', );