Fix module versions, and add a note to stop future occurences of my retardedness
[catagits/Catalyst-Runtime.git] / Makefile.PL
index b014ca9..ac0cb58 100644 (file)
@@ -6,7 +6,7 @@ name 'Catalyst-Runtime';
 all_from 'lib/Catalyst/Runtime.pm';
 
 requires 'namespace::clean';
-requires 'Scope::Upper';
+requires 'Scope::Upper' => '0.06';
 requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00700';
 requires 'Moose' => '0.64';
 requires 'Carp';
@@ -125,12 +125,15 @@ 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 = (
-        'Catalyst::Action::RenderView'     => '0.08',
+        'CatalystX::CRUD'                  => '0.37',
+        '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',
+        'Catalyst::Plugin::HashedCookies'  => '1.03',
     );
 
     my $found = 0;