3c931f94f9102f517297b47c0ba12ff430a94d12
[dh-make-perl] / dev / i386 / libtest-simple-perl / libtest-simple-perl-0.80 / t / pod.t
1 #!/usr/bin/perl -w
2
3 use Test::More;
4 eval "use Test::Pod 1.00";
5 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
6 all_pod_files_ok();