pod.t 140 B

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