Re-write the Moose::Object / C3 linearisation docs to be more clear and detailed
[catagits/Catalyst-Runtime.git] / 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',
     );