File: pod-coverage.t

package info (click to toggle)
libhtml-lint-perl 2.32%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 356 kB
  • sloc: perl: 1,739; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 271 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!perl -Tw

use warnings;
use strict;

use Test::More;
if ( !eval 'use Test::Pod::Coverage 1.04; 1;' ) {   ## no critic ( BuiltinFunctions::ProhibitStringyEval )
    plan skip_all => 'Test::Pod::Coverage 1.04 required for testing POD coverage';
}

all_pod_coverage_ok();