1 2 3 4 5 6 7 8 9 10 11 12
#!/usr/bin/perl # $Id$ # # t/pod.t -- Test POD formatting for the wallet Perl modules. eval 'use Test::Pod 1.00'; if ($@) { print "1..1\n"; print "ok 1 # skip - Test::Pod 1.00 required for testing POD\n"; exit; } all_pod_files_ok ();