Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / xt / dist / postdistdir / pod_validity.t
1 BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
2 use DBIx::Class::Optional::Dependencies -skip_all_without => 'test_pod';
3
4 use warnings;
5 use strict;
6
7 use Test::More;
8
9 use DBICTest;
10
11 # this has already been required but leave it here for CPANTS static analysis
12 require Test::Pod;
13
14 my $generated_pod_dir = 'maint/.Generated_Pod';
15 Test::Pod::all_pod_files_ok( 'lib', -d $generated_pod_dir ? $generated_pod_dir : () );