Alphabetize author_requires
Dave Rolsky [Wed, 14 Jul 2010 16:51:50 +0000 (11:51 -0500)]
Makefile.PL

index 682dade..3325ea0 100644 (file)
@@ -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' );