Merge
[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();