]> git.vpit.fr Git - perl/modules/Sub-Nary.git/blob - t/92-pod-coverage.t
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/Sub-Nary.git] / t / 92-pod-coverage.t
1 #!perl -T
2
3 use strict;
4 use warnings;
5
6 use Test::More;
7
8 use lib 't/lib';
9 use VPIT::TestHelpers;
10
11 load_or_skip_all('Test::Pod::Coverage', '1.08', [ ]);
12 load_or_skip_all('Pod::Coverage',       '0.18'     );
13
14 all_pod_coverage_ok({ also_private => [
15  qr/^inspect/,
16  qr/^pp_/,
17  qw<enter>,
18  qw<tag scalops>,
19  qw<null zero count scale normalize add combine cumulate power>,
20  qw<name const_sv gv_or_padgv padval>,
21 ] });