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

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Thu Apr 30 17:34:36 GMT 2009


Author: t0m
Date: 2009-04-30 18:34:36 +0100 (Thu, 30 Apr 2009)
New Revision: 9964

Modified:
   Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
Add Reaction to conflicts.


Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-04-30 16:46:33 UTC (rev 9963)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-04-30 17:34:36 UTC (rev 9964)
@@ -106,6 +106,7 @@
 # NOTE - This is the version number of the _incompatible_ code,
 #        not the version number of the fixed version.
 my %conflicts = (
+    'Reaction' => '0.001999',
     'Catalyst::Plugin::Upload::Image::Magick' => '0.03',
     'Catalyst::Plugin::ConfigLoader'   => '0.22', # Older versions work but
                                                   # throw Data::Visitor warns




More information about the Catalyst-commits mailing list