repo.or.cz
/
test-reporter.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Internal debugging improvements.
[test-reporter.git]
/
t
/
98-pod.t
blob
8233d86325605522d3188200746b6d83863351c9
1
use Test::More;
2
plan skip_all => "Skipping author tests" if not $ENV{AUTHOR_TESTING};
3
4
my $min_tp = 1.22;
5
eval "use Test::Pod $min_tp";
6
plan skip_all => "Test::Pod $min_tp required for testing POD" if $@;
7
8
all_pod_files_ok();
9
__END__
10
use Test::Pod; # Fake CPANTS