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

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Tue May 5 08:29:19 GMT 2009


Author: t0m
Date: 2009-05-05 08:29:19 +0000 (Tue, 05 May 2009)
New Revision: 10007

Modified:
   Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
Add broken version to Makefile.PL

Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-05-05 07:59:16 UTC (rev 10006)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-05-05 08:29:19 UTC (rev 10007)
@@ -106,6 +106,7 @@
 # NOTE - This is the version number of the _incompatible_ code,
 #        not the version number of the fixed version.
 my %conflicts = (
+    'Catalyst::Controller::AllowDisable' => '0.03',
     'Reaction' => '0.001999',
     'Catalyst::Plugin::Upload::Image::Magick' => '0.03',
     'Catalyst::Plugin::ConfigLoader'   => '0.22', # Older versions work but




More information about the Catalyst-commits mailing list