repo.or.cz
/
www-quvi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 0.2.0
[www-quvi.git]
/
t
/
pod.t
blob
09fb09f3f8a25f8adb6b47b07a4abcb3f5e12b92
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(blib);
10
11
all_pod_files_ok (all_pod_files(@poddirs));