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