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

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Mon Feb 2 15:02:49 GMT 2009


Author: t0m
Date: 2009-02-02 15:02:49 +0000 (Mon, 02 Feb 2009)
New Revision: 9162

Modified:
   Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
Fix module versions, and add a note to stop future occurences of my retardedness

Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-02-02 13:28:12 UTC (rev 9161)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-02-02 15:02:49 UTC (rev 9162)
@@ -125,11 +125,13 @@
 
 # Nicked straight from Moose!
 sub check_conflicts {
+    # NOTE - This is the version number of the _incompatible_ code, 
+    #        not the version number of the fixed version.
     my %conflicts = (
         'CatalystX::CRUD'                  => '0.37',
-        'Catalyst::Action::RenderView'     => '0.08',
+        'Catalyst::Action::RenderView'     => '0.07',
         'Catalyst::Plugin::DebugCookie'    => '0.999002',
-        'Catalyst::Plugin::Authentication' => '0.100092',
+        'Catalyst::Plugin::Authentication' => '0.100091',
         'CatalystX::Imports'               => '0.03',
         'Catalyst::Plugin::HashedCookies'  => '1.03',
     );




More information about the Catalyst-commits mailing list