pod tests required for author mode
[gitmo/Class-C3.git] / xt / pod_coverage.t
CommitLineData
95bebf8c 1use strict;
2use warnings;
3
4use Test::More;
5
0374fc28 6use Test::Pod::Coverage 1.04;
7
8all_pod_coverage_ok({ also_private => [ qr/removeChildAt/ ] });