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

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Fri Feb 6 10:24:54 GMT 2009


Author: t0m
Date: 2009-02-06 10:24:53 +0000 (Fri, 06 Feb 2009)
New Revision: 9231

Modified:
   Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
Add SmartURI to the list of conflicting plugins

Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-02-06 00:09:43 UTC (rev 9230)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-02-06 10:24:53 UTC (rev 9231)
@@ -125,9 +125,10 @@
 
 # Nicked straight from Moose!
 sub check_conflicts {
-    # NOTE - This is the version number of the _incompatible_ code, 
+    # NOTE - This is the version number of the _incompatible_ code,
     #        not the version number of the fixed version.
     my %conflicts = (
+        'Catalyst::Plugin::SmartURI'       => '0.029',
         'CatalystX::CRUD'                  => '0.37',
         'Catalyst::Action::RenderView'     => '0.07',
         'Catalyst::Plugin::DebugCookie'    => '0.999002',




More information about the Catalyst-commits mailing list