File: pod-coverage.t

package info (click to toggle)
libtext-recordparser-perl 1.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 436 kB
  • ctags: 144
  • sloc: perl: 3,351; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#!perl

use Test::More;
eval 'use Test::Pod::Coverage 1.04';

if ( $@ ) {
    plan skip_all => 'Test::Pod::Coverage 1.04 required for POD coverage' 
}

all_pod_coverage_ok();