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