File: 10-pod-coverage.t

package info (click to toggle)
libnet-dbus-perl 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 792 kB
  • sloc: perl: 5,304; sh: 35; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
# -*- perl -*-

use Test::More;

use strict;
use warnings;

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();