Create branch register_actions.
[catagits/Catalyst-Runtime.git] / t / 03podcoverage.t
CommitLineData
fc7ec1d9 1use Test::More;
2
ae29b412 3eval "use Pod::Coverage 0.19";
4plan skip_all => 'Pod::Coverage 0.19 required' if $@;
fc7ec1d9 5eval "use Test::Pod::Coverage 1.04";
6plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@;
5f4bcf51 7plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD} || -e 'inc/.author';
fc7ec1d9 8
ae29b412 9all_pod_coverage_ok(
10 {
11 also_private => ['BUILD']
12 }
13);