X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=1e81d228e89624d1c9416171411e5f8b562aee24;hb=0173834dee856ae1e84b05a6510ef2b14b8bf6b3;hp=8f701edf7e265d6c34dd49fb4d8bb0975f31b418;hpb=5762f629670ba6de7489db06dcb43943140e92ba;p=gitmo%2FMoose.git diff --git a/Makefile.PL b/Makefile.PL index 8f701ed..1e81d22 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,6 +2,7 @@ use strict; use warnings; use inc::Module::Install 0.98; use Module::Install::AuthorRequires; +use Module::Install::ExtraTests; use 5.008003; check_broken_extratests(); @@ -25,6 +26,7 @@ requires 'Try::Tiny' => '0.02'; test_requires 'Test::More' => '0.88'; test_requires 'Test::Exception' => '0.27'; +test_requires 'Test::Requires' => '0.05'; author_requires 'File::Find::Rule'; author_requires 'Module::Info'; @@ -43,8 +45,6 @@ tests_recursive(); repository 'git://git.moose.perl.org/Moose.git'; add_metadata(x_authority => 'cpan:STEVAN'); -extra_tests(); - WriteAll(); # Use the xt/author/test-my-dependents.t test to figure