pass replace_constructor when making app immutable to force installation
[catagits/Catalyst-Runtime.git] / Makefile.PL
index a7ae76f..c0a1454 100644 (file)
@@ -7,8 +7,9 @@ all_from 'lib/Catalyst/Runtime.pm';
 
 requires 'namespace::clean';
 requires 'Scope::Upper' => '0.06';
-requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00800';
-requires 'Moose' => '0.70';
+requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00801';
+requires 'Moose' => '0.73';
+requires 'MooseX::MethodAttributes::Inheritable' => '0.06';
 requires 'Carp';
 requires 'Class::C3::Adopt::NEXT' => '0.07';
 requires 'Class::MOP' => '0.79';
@@ -51,9 +52,9 @@ else {
     test_requires('Test::Aggregate', '0.34_01');
 }
 my @force_build_requires_if_author = qw(
-  Test::NoTabs 
-  Test::Pod 
-  Test::Pod::Coverage 
+  Test::NoTabs
+  Test::Pod
+  Test::Pod::Coverage
   Pod::Coverage
 );
 
@@ -106,6 +107,9 @@ EOF
 # NOTE - This is the version number of the _incompatible_ code,
 #        not the version number of the fixed version.
 my %conflicts = (
+    'Catalyst::Plugin::ConfigLoader'   => '0.22', # Older versions work but
+                                                  # throw Data::Visitor warns
+    'Catalyst::Devel'                  => '0.09',
     'Catalyst::Plugin::SmartURI'       => '0.029',
     'CatalystX::CRUD'                  => '0.37',
     'Catalyst::Action::RenderView'     => '0.07',
@@ -113,6 +117,7 @@ my %conflicts = (
     'Catalyst::Plugin::Authentication' => '0.100091',
     'CatalystX::Imports'               => '0.03',
     'Catalyst::Plugin::HashedCookies'  => '1.03',
+    'Catalyst::Action::REST'           => '0.67',
 );
 check_conflicts(%conflicts);