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