repo.or.cz
/
Net-Radio-Modem.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Note changes
[Net-Radio-Modem.git]
/
t
/
pod.t
blob
ee8b18ade667c3590c01bc64001d4f9cd19e6bf1
1
#!perl -T
2
3
use strict;
4
use warnings;
5
use Test::More;
6
7
# Ensure a recent version of Test::Pod
8
my $min_tp = 1.22;
9
eval "use Test::Pod $min_tp";
10
plan skip_all => "Test::Pod $min_tp required for testing POD" if $@;
11
12
all_pod_files_ok();