X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=b76d549781583c23e9122cabc828b9d5e50ee6ae;hb=9a991f0e7c8404d211409ebcdb3b1d69ae1c2c6c;hp=40f87be46adc27cb8d5a5afd9061a83b02818a60;hpb=5e4eccfbfb82a28a5773d3a9412e096a3530007e;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 40f87be..b76d549 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,21 +5,22 @@ 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'; requires 'List::MoreUtils'; -requires 'namespace::autoclean'; +requires 'namespace::autoclean' => '0.09'; requires 'namespace::clean'; requires 'B::Hooks::EndOfScope' => '0.08'; -requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00801'; +requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00903'; requires 'Class::MOP' => '0.83'; -requires 'Moose' => '0.78'; -requires 'MooseX::MethodAttributes::Inheritable' => '0.15'; +requires 'Moose' => '0.90'; +requires 'MooseX::MethodAttributes::Inheritable' => '0.16'; requires 'Carp'; requires 'Class::C3::Adopt::NEXT' => '0.07'; requires 'CGI::Simple::Cookie'; @@ -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 @@ -105,6 +107,7 @@ EOF # NOTE - This is the version number of the _incompatible_ code, # not the version number of the fixed version. my %conflicts = ( + 'Catalyst::Model::Akismet' => '0.02', 'Catalyst::Component::ACCEPT_CONTEXT' => '0.06', 'Catalyst::Plugin::ENV' => '9999', # This plugin is just stupid, full stop # should have been a core fix.