Remove that idiocy
[catagits/Catalyst-Runtime.git] / t / author / podcoverage.t
1 use strict;
2 use warnings;
3 use Test::More;
4
5 use Pod::Coverage 0.19;
6 use Test::Pod::Coverage 1.04;
7
8 all_pod_coverage_ok(
9   {
10     also_private => ['BUILD']
11   }
12 );
13