X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=13fca8a4d2c2e5390591c5fda2076fe50b6f4418;hb=b5331fcbe6111bb33ccc9dfde4c5d2bebc255f82;hp=8f701edf7e265d6c34dd49fb4d8bb0975f31b418;hpb=5762f629670ba6de7489db06dcb43943140e92ba;p=gitmo%2FMoose.git diff --git a/Makefile.PL b/Makefile.PL index 8f701ed..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' );