File: pod-coverage.t

package info (click to toggle)
libcgi-application-plugin-tt-perl 1.05-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 364 kB
  • ctags: 82
  • sloc: perl: 647; sh: 28; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (15)
1
2
3
4
use Test::More;
eval "use Test::Pod::Coverage 1.00";
plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD" if $@;
all_pod_coverage_ok();