Fix module versions, and add a note to stop future occurences of my retardedness
Tomas Doran [Mon, 2 Feb 2009 15:02:49 +0000 (15:02 +0000)]
Makefile.PL

index 650c947..ac0cb58 100644 (file)
@@ -125,11 +125,13 @@ check_conflicts();
 
 # 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',
     );