File: 13-pod-coverage.t

package info (click to toggle)
libanyevent-riperedis-perl 0.48-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 296 kB
  • sloc: perl: 1,430; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 214 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
use 5.008000;
use strict;
use warnings;

use Test::More;
eval "use Test::Pod::Coverage 1.08";

if ( $@ ) {
  plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD coverage";
}

all_pod_coverage_ok();