projects
/
imager-graph.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
minor POD edits
[imager-graph.git]
/
t
/
t93podcover.t
1
#!perl -w
2
use strict;
3
use Test::More;
4
eval "use Test::Pod::Coverage 1.08;";
5
# 1.08 required for coverage_class support
6
plan skip_all => "Test::Pod::Coverage 1.08 required for POD coverage" if $@;
7
8
all_pod_coverage_ok();