Bootstrap test fixes.
[catagits/Gitalist.git] / t / author / podcoverage.t
1 use FindBin qw/$Bin/;
2 BEGIN {
3     my $env = "$FindBin::Bin/../../script/env";
4     if (-r $env) {
5         do $env or die $@;
6     }
7 }
8
9 use strict;
10 use warnings;
11 use Test::More;
12
13 use Test::Pod::Coverage 1.04;
14
15 pod_coverage_ok($_,  {
16     also_private => [qw/
17         BUILD
18         BUILDARGS
19         build_per_context_instance
20     /],
21 }) for all_modules('lib');