repo.or.cz
/
SMMID.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update docker-compose.yml.
[SMMID.git]
/
t
/
03podcoverage.t
blob
ae59d4c6cdad3c5ba2c631ef4c8e9cad4b938064
1
use strict;
2
use warnings;
3
use Test::More;
4
5
eval "use Test::Pod::Coverage 1.04";
6
plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@;
7
plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
8
9
all_pod_coverage_ok();