File: pod-coverage.t

package info (click to toggle)
libnet-mac-perl 2.103622-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 220 kB
  • ctags: 25
  • sloc: perl: 1,709; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
#!perl -T

use Test::More;
eval "use Test::Pod::Coverage 1.04";
plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
all_pod_coverage_ok(
    {also_private => [ qr/./, ]}
);