Fix calling User->can() as a class method. RT#90715
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / t / 02-pod-coverage.t
1 #!perl
2
3 use Test::More;
4
5 plan skip_all => 'Set TEST_POD to enable pod tests' unless $ENV{TEST_POD};
6
7 eval "use Test::Pod::Coverage 1.04";
8 plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
9
10 all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::CountParents' });