From: Shawn M Moore Date: Tue, 12 May 2009 20:05:44 +0000 (-0400) Subject: Test::Output IS optional X-Git-Tag: 0.78~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=20fb52e2ea25c283108287f6e545bb7203c3ba27;p=gitmo%2FMoose.git Test::Output IS optional --- diff --git a/Makefile.PL b/Makefile.PL index 95c8aa2..04ccf94 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -21,7 +21,6 @@ requires 'Sub::Name' => '0'; test_requires 'Test::More' => '0.77'; test_requires 'Test::Exception' => '0.27'; -test_requires 'Test::Output' => '0.09'; if ( -d '.svn' || -d '.git' || $ENV{IS_MAINTAINER} ) { system( $^X, 'author/extract-inline-tests' );