X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=1b50c2d4e4a1e69c9e567e097e00345cb9f5e2cf;hb=2e503ae936e056cdff9f318c95b8eb085dde79d8;hp=88cb8767ab077dc262c03106a3d77e890dafdf73;hpb=772f7957d62a3f6038cb861cee6c16e1948c5b29;p=gitmo%2FMoose.git diff --git a/Makefile.PL b/Makefile.PL index 88cb876..1b50c2d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,8 @@ use strict; use warnings; use inc::Module::Install; +use Module::Install::ExtraTests; +use Module::Install::AuthorRequires; use 5.008001; check_conflicts(); @@ -23,6 +25,10 @@ requires 'Try::Tiny' => '0.02'; test_requires 'Test::More' => '0.88'; test_requires 'Test::Exception' => '0.27'; +author_requires 'Test::Inline'; +author_requires 'File::Find::Rule'; +author_requires 'Module::Info'; + if ( -d '.svn' || -d '.git' || $ENV{IS_MAINTAINER} ) { system( $^X, 'author/extract-inline-tests' ); }