repo.or.cz
/
Data-Peek.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
v 0.29
[Data-Peek.git]
/
t
/
00_pod.t
blob
8cb64c30c0d213f5139e0a09c72f16bb2eeb2603
1
#!/usr/bin/perl
2
3
use
strict
;
4
$^
W
=
1
;
5
6
use
Test
::
More
;
7
8
eval
"use Test::Pod 1.00"
;
9
plan skip_all
=>
"Test::Pod 1.00 required for testing POD"
if
$
@
;
10
all_pod_files_ok
();