projects
/
p5sagit/Module-Metadata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8d86d0e
)
depend on the version of Test::More that added done_testing
Karen Etheridge [Wed, 8 May 2013 22:46:00 +0000 (15:46 -0700)]
xt/pod.t
patch
|
blob
|
blame
|
history
diff --git
a/xt/pod.t
b/xt/pod.t
index
6b76a4a
..
6c91946
100644
(file)
--- a/
xt/pod.t
+++ b/
xt/pod.t
@@
-1,4
+1,4
@@
-use Test::More;
+use Test::More 0.88;
use Test::Pod;
use Test::Pod::Coverage;
use strict;