1use Test::More;
2
3eval "use Test::Pod 1.00";
4
5plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
6
7all_pod_files_ok();