From: Dave Rolsky Date: Wed, 14 Jul 2010 16:51:50 +0000 (-0500) Subject: Alphabetize author_requires X-Git-Tag: 1.09~34 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c788592960791addbc2621e8ff76824b93e3bd04;p=gitmo%2FMoose.git Alphabetize author_requires --- diff --git a/Makefile.PL b/Makefile.PL index 682dade..3325ea0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -26,12 +26,13 @@ requires 'Try::Tiny' => '0.02'; test_requires 'Test::More' => '0.88'; 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::Inline'; author_requires 'Test::NoTabs'; +author_requires 'Test::Output'; +author_requires 'Test::Pod::Coverage'; +author_requires 'Test::Spelling'; if ( is_maintainer() ) { system( $^X, 'author/extract-inline-tests' );