The warning about a class having mutable ancestors has been removed (and was never...
[catagits/Catalyst-Runtime.git] / Makefile.PL
index ed5f13d..6fae99a 100644 (file)
@@ -5,9 +5,10 @@ BEGIN { # Make it easy for newbies
     if ($Module::Install::AUTHOR) {
         require Module::Install::AuthorRequires;
         require Module::Install::CheckConflicts;
+        require Module::Install::AuthorTests;
     }
 }
-perl_version '5.008006';
+perl_version '5.008004';
 
 name 'Catalyst-Runtime';
 all_from 'lib/Catalyst/Runtime.pm';
@@ -61,6 +62,7 @@ else {
         map  { glob } qw[t/*.t t/aggregate/*.t];
 }
 
+author_tests 't/author';
 author_requires(map {; $_ => 0 } qw(
   Test::NoTabs
   Test::Pod
@@ -130,6 +132,7 @@ my %conflicts = (
     'Catalyst::Action::REST'           => '0.67',
     'CatalystX::CRUD'                  => '0.42',
     'CatalystX::CRUD::Model::RDBO'     => '0.20',
+    'Catalyst::View::Mason'            => '0.17',
 );
 check_conflicts(%conflicts);