root/branches/feature-server/plagger/t/98-pod.t

Revision 287 (checked in by jesse, 3 years ago)

r25504@truegrounds: jesse | 2006-03-04 13:22:46 -0800

  • POD testing and coverage
Line 
1 use Test::More;
2 eval "use Test::Pod 1.00";
3 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
4 all_pod_files_ok();
5
Note: See TracBrowser for help on using the browser.