projects
/
imager-screenshot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d2b10b
)
need Pod::Coverage 0.18 for it to recognize fully qualified names
author
Tony Cook
<tony@develop-help.com>
Mon, 1 Jan 2007 06:20:39 +0000
(06:20 +0000)
committer
Tony Cook
<tony@develop-help.com>
Mon, 1 Jan 2007 06:20:39 +0000
(06:20 +0000)
t/91podcover.t
patch
|
blob
|
blame
|
history
diff --git
a/t/91podcover.t
b/t/91podcover.t
index 912686a84d7f10c87820211639644b111fa33d35..7718cae341db8f88d0b24588eff7f82854d991d6 100644
(file)
--- a/
t/91podcover.t
+++ b/
t/91podcover.t
@@
-3,6
+3,8
@@
use strict;
use Test::More;
eval "use Test::Pod::Coverage;";
plan skip_all => "Test::Pod::Coverage required for POD coverage" if $@;
+eval "use Pod::Coverage 0.18;";
+plan skip_all => "Pod::Coverage 0.18 required for POD coverage" if $@;
plan tests => 1;
pod_coverage_ok('Imager::Screenshot');