File: 960_pod_coverage.t

package info (click to toggle)
libtest-regexp-perl 2017040101-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 220 kB
  • sloc: perl: 1,331; makefile: 2
file content (15 lines) | stat: -rwxr-xr-x 248 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/perl

use Test::More;

use strict;
use warnings;
no  warnings 'syntax';

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

all_pod_coverage_ok ({private => [qr /^/]});


__END__