X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=13fca8a4d2c2e5390591c5fda2076fe50b6f4418;hb=b5331fcbe6111bb33ccc9dfde4c5d2bebc255f82;hp=1e81d228e89624d1c9416171411e5f8b562aee24;hpb=0173834dee856ae1e84b05a6510ef2b14b8bf6b3;p=gitmo%2FMoose.git diff --git a/Makefile.PL b/Makefile.PL index 1e81d22..13fca8a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,13 +28,27 @@ 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' ); @@ -45,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