File: 99pod-coverage.t

package info (click to toggle)
libhash-asobject-perl 0.13-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 239; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use strict;
use warnings;

use Test::More;

$| = 1;

eval "use Test::Pod::Coverage 1.00";

plan 'skip_all' => "Test::Pod::Coverage 1.00 required for testing POD coverage"
    if $@;

all_pod_coverage_ok();