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