From: Florian Ragwitz Date: Thu, 4 Feb 2010 03:54:58 +0000 (+0100) Subject: Force authors to run some more tests. X-Git-Tag: 0.95~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d68b52809b080f08e668ad5edf470ccf581a2c68;p=gitmo%2FMoose.git Force authors to run some more tests. --- diff --git a/Makefile.PL b/Makefile.PL index 05c5388..db8d47a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,6 +28,9 @@ test_requires 'Test::Exception' => '0.27'; author_requires 'Test::Inline'; author_requires 'File::Find::Rule'; author_requires 'Module::Info'; +author_requires 'Test::Spelling'; +author_requires 'Test::Pod::Coverage'; +author_requires 'Test::NoTabs'; if ( $Module::Install::AUTHOR || $ENV{IS_MAINTAINER} ) { system( $^X, 'author/extract-inline-tests' );