X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=13fca8a4d2c2e5390591c5fda2076fe50b6f4418;hb=664e417b261192c01990eaaa5dd77703f713a8a2;hp=84bee98a0dc49018452a784d7c764b1ba256c776;hpb=f967037b31428c3434fe3b6351ce887167e950c9;p=gitmo%2FMoose.git diff --git a/Makefile.PL b/Makefile.PL index 84bee98..13fca8a 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,14 +26,29 @@ 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 'DateTime'; +author_requires 'DateTime::Calendar::Mayan'; +author_requires 'DateTime::Format::MySQL'; +author_requires 'Declare::Constraints::Simple'; +author_requires 'DBM::Deep'; author_requires 'File::Find::Rule'; +author_requires 'HTTP::Headers'; +author_requires 'IO::File'; +author_requires 'IO::String'; +author_requires 'Locale::US'; author_requires 'Module::Info'; +author_requires 'Module::Refresh'; +author_requires 'Params::Coerce'; +author_requires 'Regexp::Common'; +author_requires 'Test::Deep'; author_requires 'Test::Inline'; author_requires 'Test::NoTabs'; author_requires 'Test::Output'; author_requires 'Test::Pod::Coverage'; author_requires 'Test::Spelling'; +author_requires 'URI'; if ( is_maintainer() ) { system( $^X, 'author/extract-inline-tests' ); @@ -43,6 +59,8 @@ 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