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