summaryrefslogtreecommitdiff
path: root/t/pod.t
blob: 105953bd8a4baa26d78f5f951d51d4b1dad70421 (plain)
1
2
3
4
5
6
# -*- mode: cperl -*-

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();