repo.or.cz
/
scriptdist.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* initial
[scriptdist.git]
/
t
/
pod.t
blob
16080e0bfcbadec2297c1b8ecb1a4ce4af8a3434
1
# $Id: pod.t,v 1.2 2004/02/11 01:16:37 comdog Exp $
2
use Test::More;
3
eval "use Test::Pod 1.00";
4
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
5
all_pod_files_ok();