Bootstrap test fixes.
[catagits/Gitalist.git] / t / author / pod.t
1 #!/usr/bin/env perl
2 use FindBin qw/$Bin/;
3 BEGIN {
4     my $env = "$FindBin::Bin/../../script/env";
5     if (-r $env) {
6         do $env or die $@;
7     }
8 }
9
10 use strict;
11 use warnings;
12 use Test::More;
13
14 use Test::Pod 1.14;
15
16 all_pod_files_ok( all_pod_files('lib') );