repo.or.cz
/
clive.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add --format help,list
[clive.git]
/
t
/
clive-Pod.t
blob
c0dafa040ea5310e857a3de42ef101d88b125fdf
1
use warnings;
2
use strict;
3
4
use Test::More;
5
6
eval "use Test::Pod 1.00";
7
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
8
9
my @poddirs = qw (man1);
10
11
all_pod_files_ok (all_pod_files (@poddirs));