File: pod_coverage.t

package info (click to toggle)
libmro-compat-perl 0.15-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 132 kB
  • sloc: perl: 173; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
use strict;
use warnings;

use Test::More;

use Test::Pod::Coverage 1.04;
all_pod_coverage_ok();