relax dep requirements
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / t / 02-pod-coverage.t
CommitLineData
5000f545 1#!perl -T
2
3use Test::More;
4eval "use Test::Pod::Coverage 1.04";
5plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
f55cb81e 6all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::CountParents' });