File: all_pod_coverage_ok.t

package info (click to toggle)
libtest-pod-coverage-perl 1.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 176 kB
  • ctags: 25
  • sloc: perl: 259; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#!perl -T

# This is the most basic form that most people will use.

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