summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/lib/Test/t/pod.t
blob: 3c931f94f9102f517297b47c0ba12ff430a94d12 (plain)
1
2
3
4
5
6
#!/usr/bin/perl -w

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