Test::Pod

  • http://search.cpan.org/dist/Test-Pod
  • Written by Andy Lester (petdance)
  • Tests the POD layout within your scripts and modules.
  • Reports on syntactic validity.
  • Single script required to test a complete distribution.
use Test::More;
eval "use Test::Pod 1.00";
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
all_pod_files_ok();