File: 99_podcover.t

package info (click to toggle)
libwebservice-validator-html-w3c-perl 0.28-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 192 kB
  • sloc: perl: 293; makefile: 2
file content (4 lines) | stat: -r--r--r-- 256 bytes parent folder | download | duplicates (5)
1
2
3
4
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( { also_private => [ qr/(?:_end|_start)$/, 'text', 'textflow', 'configure' ] }, 'pod coverage' );