File: pod-coverage.t

package info (click to toggle)
libcpan-mini-inject-perl 1.012-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 352 kB
  • sloc: perl: 732; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
use Test::More;
eval "use Test::Pod::Coverage 0.08";
plan skip_all =>
 "Test::Pod::Coverage 0.08 required for testing POD coverage"
 if $@;
all_pod_coverage_ok();