X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=6fae99af95d340c869c10c81a9aff390722fd213;hp=ed5f13dc9a0849760e0d6ed80d46acabac50339f;hb=40db8b6a6ff1e7edaa0cf09588882e4db88ea4ee;hpb=5e177741088e696314b644f0e0a11d700a89d9d0 diff --git a/Makefile.PL b/Makefile.PL index ed5f13d..6fae99a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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);