File: 0_pod_coverage.t

package info (click to toggle)
libmail-mboxparser-perl 0.55-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 304 kB
  • ctags: 74
  • sloc: perl: 1,010; makefile: 16
file content (12 lines) | stat: -rwxr-xr-x 292 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
eval "use Test::Pod::Coverage";
if ($@) {
    print "1..0 # Skip Test::Pod::Coverage not installed\n";
    exit;
} 

my $ARGS = {
    also_private    => [ qr/_(old|new)$/, qr/^init$/, qr/^parts$/ ],
    trustme	    => [ qr/^(?:error|log|new|reset_last)$/ ],
};

all_pod_coverage_ok( $ARGS );