demand Module::Install 0.75
[gitmo/MooseX-Attribute-Cached.git] / t-author / pod_coverage.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5 use Test::More;
6
7 eval "use Test::Pod::Coverage";
8 plan skip_all => "Test::Pod::Coverage required for testing POD Coverage" if $@;
9
10 all_pod_coverage_ok();