summaryrefslogtreecommitdiff
path: root/t/900_pod.t
blob: e51c65197a21988c38171eba241063fb60a8f222 (plain)
1
2
3
4
5
# -*- perl -*-
use Test::More;
eval "use Test::Pod 1.00";
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
all_pod_files_ok();