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