projects
/
imager-screenshot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
check pod and pod coverage
[imager-screenshot.git]
/
t
/
91podcover.t
1
#!perl -w
\r
2
use strict;
\r
3
use Test::More;
\r
4
eval "use Test::Pod::Coverage;";
\r
5
plan skip_all => "Test::Pod::Coverage required for POD coverage" if $@;
\r
6
\r
7
plan tests => 1;
\r
8
pod_coverage_ok('Imager::Screenshot');
\r