projects
/
dbsrgits/DBM-Deep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fc7ef61
)
Test::More 0.88 is required for done_testing
sprout [Sun, 24 Jan 2010 22:09:35 +0000 (14:09 -0800)]
Build.PL
patch
|
blob
|
blame
|
history
diff --git
a/Build.PL
b/Build.PL
index
bccfd26
..
acd11e4
100644
(file)
--- a/
Build.PL
+++ b/
Build.PL
@@
-17,7
+17,7
@@
my $build = Module::Build->new(
'Pod::Usage' => '1.3',
'Test::Deep' => '0.095',
'Test::Warn' => '0.08',
- 'Test::More' => '0.61',
+ 'Test::More' => '0.88', # done_testing
'Test::Exception' => '0.21',
'IO::Scalar' => '0.01',
},