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