Don't ship .gitignore
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / t / 02-pod-coverage.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::Coverage 1.04";
8plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
08d41dc8 9
f55cb81e 10all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::CountParents' });