X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=78d08c1843ec01a209259a8c59ad88699bf25eb1;hb=284dc4395a9a68cf167f7e2f28dc5236208c61de;hp=cf032f5a49ff53241aa1dea349c0a2e2751ab532;hpb=076b0c2a9ce4b8e36e327947c827905ff2b8c87f;p=gitmo%2FMoose.git diff --git a/Makefile.PL b/Makefile.PL index cf032f5..78d08c1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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,8 +46,9 @@ WriteAll(); # before a release. sub check_conflicts { my %conflicts = ( + 'Devel::REPL' => '1.003008', 'Fey::ORM' => '0.23', - 'Catalyst' => '5.80017'. + 'Catalyst' => '5.80017', 'MooseX::Aliases' => '0.07', 'MooseX::AttributeHelpers' => '0.22', 'MooseX::Attribute::Prototype' => '0.10', @@ -58,6 +62,7 @@ sub check_conflicts { 'MooseX::StrictConstructor' => '0.07', 'MooseX::Types' => '0.19', 'namespace::autoclean' => '0.08', + 'KiokuDB' => '0.41', ); my $found = 0;