File: 0_pod_coverage.t

package info (click to toggle)
liblist-moreutils-perl 0.25~02-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 176 kB
  • ctags: 63
  • sloc: perl: 303; ansic: 227; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
eval "use Test::Pod::Coverage 0.08";
if ($@) {
    print "1..0 # Skip Test::Pod::Coverage not installed\n";
    exit;
} 

my $ARGS = {
    also_private    => [],
    trustme	    => [],
};

all_pod_coverage_ok( $ARGS );