File: pod.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 (12 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!perl -Tw

use strict;
use warnings;

use Test::More;

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

all_pod_files_ok();