File: pod-coverage.t

package info (click to toggle)
libtest-warnings-perl 0.038-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 472 kB
  • sloc: perl: 375; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
use strict;
use warnings;

use Test::More 0.94;
use Test::Pod::Coverage 1.08;
use Pod::Coverage::TrustPod;

subtest all_pod_coverage_ok => sub {
    all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });
};

done_testing;