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

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Wed Jun 10 15:21:32 GMT 2009


Author: t0m
Date: 2009-06-10 15:21:32 +0000 (Wed, 10 Jun 2009)
New Revision: 10494

Modified:
   Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
Add conflict line to Makefile.PL for Component::ACCEPT_CONTEXT


Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-06-10 10:36:05 UTC (rev 10493)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-06-10 15:21:32 UTC (rev 10494)
@@ -109,6 +109,7 @@
 # NOTE - This is the version number of the _incompatible_ code,
 #        not the version number of the fixed version.
 my %conflicts = (
+    'Catalyst::Component::ACCEPT_CONTEXT' => '0.06',
     'Catalyst::Plugin::ENV' => '9999', # This plugin is just stupid, full stop
                                        # should have been a core fix.
     'Catalyst::Plugin::Unicode::Encoding' => '0.2',




More information about the Catalyst-commits mailing list