Institute a central "load this first in testing" package
[dbsrgits/DBIx-Class.git] / xt / dist / postdistdir / pod_validity.t
CommitLineData
c0329273 1BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
cb551b07 2use DBIx::Class::Optional::Dependencies -skip_all_without => 'test_pod';
3
dc4600b2 4use warnings;
5use strict;
6
0fe5201a 7use Test::More;
c0329273 8
dc4600b2 9use DBICTest;
10
f7ed0ed3 11# this has already been required but leave it here for CPANTS static analysis
12require Test::Pod;
13
95252a8c 14my $generated_pod_dir = 'maint/.Generated_Pod';
15Test::Pod::all_pod_files_ok( 'lib', -d $generated_pod_dir ? $generated_pod_dir : () );