Don't ship .gitignore
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / t / 01-pod.t
CommitLineData
08d41dc8 1#!perl
5000f545 2
3use Test::More;
08d41dc8 4
5plan skip_all => 'Set TEST_POD to enable pod tests' unless $ENV{TEST_POD};
6
5000f545 7eval "use Test::Pod 1.14";
8plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
08d41dc8 9
5000f545 10all_pod_files_ok();