File: 10-02-Pod-Coverage.t

package info (click to toggle)
libdata-serializer-perl 0.60-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 400 kB
  • ctags: 125
  • sloc: perl: 978; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
use Test::More;
eval "use Test::Pod::Coverage 1.00";
plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage" if $@;
all_pod_coverage_ok();