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

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Mon Nov 23 22:57:40 GMT 2009


Author: t0m
Date: 2009-11-23 22:57:40 +0000 (Mon, 23 Nov 2009)
New Revision: 11986

Modified:
   Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
Have a new conflict statement

Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-11-23 22:53:57 UTC (rev 11985)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-11-23 22:57:40 UTC (rev 11986)
@@ -113,6 +113,7 @@
 # NOTE - This is the version number of the _incompatible_ code,
 #        not the version number of the fixed version.
 my %conflicts = (
+    'Catalyst::Plugin::SubRequest' => '0.14',
     'Catalyst::Model::Akismet' => '0.02',
     'Catalyst::Component::ACCEPT_CONTEXT' => '0.06',
     'Catalyst::Plugin::ENV' => '9999', # This plugin is just stupid, full stop




More information about the Catalyst-commits mailing list