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
renamed trait tab
[sgn.git]
/
t
/
02pod.t
blob
3d1bab10ab0809e511acb4f83a697a565fa82a41
1
#!/usr/bin/env perl
2
use
strict
;
3
use
warnings
;
4
use
Test
::
More
;
5
6
eval
"use Test::Pod 1.14"
;
7
plan skip_all
=>
'Test::Pod 1.14 required'
if
$
@
;
8
plan skip_all
=>
'set TEST_POD to enable this test'
unless
$ENV
{
TEST_POD
};
9
10
all_pod_files_ok
();