PageRenderTime 43ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/Test-Refcount-0.07/t/99pod.t

#
Perl | 8 lines | 4 code | 3 blank | 1 comment | 2 complexity | 9a81fb1b5df6e5969e0077462ab48636 MD5 | raw file
Possible License(s): AGPL-1.0
  1. #!/usr/bin/perl -w
  2. use Test::More;
  3. eval "use Test::Pod 1.00";
  4. plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
  5. all_pod_files_ok();