Extended Testing Test 7 of 21 : [PREV] [NEXT]

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();

© 2004 Barbie barbie@missbarbell.co.uk Home http://birmingham.pm.org/