File: pod.t

package info (click to toggle)
libwebservice-cia-perl 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 196 kB
  • ctags: 35
  • sloc: perl: 1,955; makefile: 46
file content (5 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (25)
1
2
3
4
5
use strict;
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();