Remove XML::Atom - unused here
[catagits/Gitalist.git] / t / author / podcoverage.t
1 #!/usr/bin/env perl
2 use strict;
3 use warnings;
4 use Test::More;
5
6 use Test::Pod::Coverage 1.04;
7
8 all_pod_coverage_ok({
9     also_private => [qw/
10         BUILD
11         BUILDARGS
12         build_per_context_instance
13     /],
14 });