File: pod-coverage.t

package info (click to toggle)
libsub-install-perl 0.924-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 132 kB
  • ctags: 13
  • sloc: perl: 149; makefile: 43
file content (5 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (7)
1
2
3
4
5
use Test::More;
eval "use Test::Pod::Coverage 1.06";
plan skip_all => "Test::Pod::Coverage 1.06 required for testing POD coverage"
	if $@;
all_pod_coverage_ok();