File: pod-coverage.t

package info (click to toggle)
libaudio-wav-perl 0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 200 kB
  • ctags: 91
  • sloc: perl: 1,402; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!perl -Tw

use strict;
use Test::More;
eval "use Test::Pod::Coverage 1.04";
plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
all_pod_coverage_ok( { also_private => [ 'pp_pexists' ] } );