File: pod.t

package info (click to toggle)
libxml-twig-perl 1%3A3.34-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,036 kB
  • ctags: 806
  • sloc: perl: 18,640; xml: 202; makefile: 18
file content (7 lines) | stat: -rwxr-xr-x 144 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
eval "use Test::Pod 1.00";
if( $@) { print "1..1\nok 1\n"; warn "skipping, Test::Pod required\n"; }
else    { all_pod_files_ok( ); }


exit 0;