File: 99-test-pod-coverage.t

package info (click to toggle)
libfile-finder-perl 0.53-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 148 kB
  • sloc: perl: 985; sh: 3; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!perl
use Test::More;
plan skip_all => "Test::Pod::Coverage required for testing POD"
  unless eval "use Test::Pod::Coverage; 1";

$ENV{TEST_VERBOSE}
  or plan 'skip_all' => 'Distribution tests selected only in verbose mode';

all_pod_coverage_ok();