projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c0026a4
)
Test::Output IS optional
Shawn M Moore [Tue, 12 May 2009 20:05:44 +0000 (16:05 -0400)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
95c8aa2
..
04ccf94
100644
(file)
--- 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' );