Return to pod.t CVS log | Up to [local] / trango / Net-Telnet-Trango / t |
1.1 ! andrew 1: #!perl -T ! 2: # $RedRiver$ ! 3: ! 4: use Test::More; ! 5: eval "use Test::Pod 1.14"; ! 6: plan skip_all => "Test::Pod 1.14 required for testing POD" if $@; ! 7: all_pod_files_ok();