Release commit for 0.07048_01
[dbsrgits/DBIx-Class-Schema-Loader.git] / xt / pod_validity.t
1 use DBIx::Class::Schema::Loader::Optional::Dependencies
2     -skip_all_without => 'test_pod';
3
4 use warnings;
5 use strict;
6
7 use Test::More;
8 use lib qw(t/lib);
9
10 # this has already been required but leave it here for CPANTS static analysis
11 require Test::Pod;
12
13 Test::Pod::all_pod_files_ok( 'lib', 'script' );