X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=3b31439f808bb59469b4095f47f708781b9d4a66;hb=ccf544c01aa99e8f49b6b0ea892ac53dcc9ff14c;hp=4cc7e7f13b0376ca484a2631645d3e1e5db3f63e;hpb=4c2de971c025ff966e7223e88c4d41c1d6d249d7;p=gitmo%2FMoose.git diff --git a/Makefile.PL b/Makefile.PL index 4cc7e7f..3b31439 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,7 +13,7 @@ all_from 'lib/Moose.pm'; license 'perl'; requires 'Carp'; -requires 'Class::MOP' => '0.94'; +requires 'Class::MOP' => '0.98'; requires 'Data::OptList' => '0'; requires 'List::MoreUtils' => '0.12'; requires 'Scalar::Util' => '1.19'; @@ -28,6 +28,9 @@ test_requires 'Test::Exception' => '0.27'; author_requires 'Test::Inline'; author_requires 'File::Find::Rule'; author_requires 'Module::Info'; +author_requires 'Test::Spelling'; +author_requires 'Test::Pod::Coverage'; +author_requires 'Test::NoTabs'; if ( $Module::Install::AUTHOR || $ENV{IS_MAINTAINER} ) { system( $^X, 'author/extract-inline-tests' ); @@ -43,16 +46,22 @@ WriteAll(); # before a release. sub check_conflicts { my %conflicts = ( - 'Fey::ORM' => '0.23', - 'MooseX::AttributeHelpers' => '0.21', - 'MooseX::ClassAttribute' => '0.09', - 'MooseX::MethodAttributes' => '0.15', - 'MooseX::NonMoose' => '0.05', - 'MooseX::Params::Validate' => '0.05', - 'MooseX::Singleton' => '0.19', - 'MooseX::StrictConstructor' => '0.07', - 'MooseX::Types' => '0.19', - 'namespace::autoclean' => '0.08', + 'Devel::REPL' => '1.003008', + 'Fey::ORM' => '0.23', + 'Catalyst' => '5.80017', + 'MooseX::Aliases' => '0.07', + 'MooseX::AttributeHelpers' => '0.22', + 'MooseX::Attribute::Prototype' => '0.10', + 'MooseX::ClassAttribute' => '0.09', + 'MooseX::MethodAttributes' => '0.18', + 'MooseX::NonMoose' => '0.05', + 'MooseX::Params::Validate' => '0.05', + 'MooseX::Role::Cmd' => '0.06', + 'MooseX::Role::WithOverloading' => '0.04', + 'MooseX::Singleton' => '0.19', + 'MooseX::StrictConstructor' => '0.07', + 'MooseX::Types' => '0.19', + 'namespace::autoclean' => '0.08', ); my $found = 0;