c7f97f92f245df47bac9825d6aff9272a95e656a
[gitmo/MooseX-StrictConstructor.git] / xt / pod-coverage.t
1 use strict;
2 use warnings;
3
4 use Test::More;
5
6 eval "use Test::Pod::Coverage 1.04";
7 plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage"
8     if $@;
9
10 all_pod_coverage_ok();