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