File: pod_coverage.t

package info (click to toggle)
libstatistics-topk-perl 0.02-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 53; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
use strict;
use warnings;
use Test::More;

eval "use Test::Pod::Coverage 1.00; 1" or do {
    plan skip_all => 'Test::Pod::Coverage 1.00 is not installed.';
};

all_pod_coverage_ok();