From: Tomas Doran Date: Tue, 21 Apr 2009 10:50:55 +0000 (+0000) Subject: Yell at people to upgrade configloader. This list needs splitting so we have 'conflic... X-Git-Tag: 5.80002~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=3e5e24e72e331f9e3c5e8754d74f52ac55de8642 Yell at people to upgrade configloader. This list needs splitting so we have 'conflicts', and 'recommend to upgrade' --- diff --git a/Makefile.PL b/Makefile.PL index f2c36be..c0a1454 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -107,6 +107,8 @@ 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',