[Catalyst-commits] r9775 - Catalyst-Runtime/5.80/trunk

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Tue Apr 21 10:50:55 GMT 2009


Author: t0m
Date: 2009-04-21 11:50:55 +0100 (Tue, 21 Apr 2009)
New Revision: 9775

Modified:
   Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
Yell at people to upgrade configloader. This list needs splitting so we have 'conflicts', and 'recommend to upgrade'


Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-04-21 10:38:16 UTC (rev 9774)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-04-21 10:50:55 UTC (rev 9775)
@@ -107,6 +107,8 @@
 # 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',




More information about the Catalyst-commits mailing list