Version 0.06
[gitmo/MooseX-MetaDescription.git] / t-author / pod_coverage.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5 use Test::More;
6
7 use Test::Pod::Coverage;
8
9 all_pod_coverage_ok();