repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tweak section order and layout of gene page
[sgn.git]
/
t
/
03podcoverage.t
blob
4e1c6e74f04caf06c867d32845baf9f49be62dd5
1
#!/usr/bin/env perl
2
use
strict
;
3
use
warnings
;
4
use
Test
::
More
;
5
6
eval
"use Test::Pod::Coverage 1.04"
;
7
plan skip_all
=>
'Test::Pod::Coverage 1.04 required'
if
$
@
;
8
plan skip_all
=>
'set TEST_POD to enable this test'
unless
$ENV
{
TEST_POD
};
9
10
all_pod_coverage_ok
();