emended test for correctness
[Net-Amazon-S3-Policy.git] / t / pod.t
blob33c84a31d3bd19b7fe0d3b9467737f22173fe538
1 #!perl -T
3 use Test::More;
5 plan skip_all => "Test::Pod - AUTHOR_TEST not set"
6   unless $ENV{AUTHOR_TEST};
8 eval "use Test::Pod 1.14";
9 plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
11 all_pod_files_ok();