Force authors to run some more tests.
Florian Ragwitz [Thu, 4 Feb 2010 03:54:58 +0000 (04:54 +0100)]
Makefile.PL

index 05c5388..db8d47a 100644 (file)
@@ -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' );