aa1f35b21edb2021291691c332d2d5ec91f9e268
[gitmo/MooseX-StrictConstructor.git] / t / pod-coverage.t
1 use strict;
2 use warnings;
3
4 use Test::More;
5
6
7 plan skip_all => 'This test is only run for the module author'
8     unless -d '.svn' || $ENV{IS_MAINTAINER};
9
10 eval "use Test::Pod::Coverage 1.04";
11 plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage"
12     if $@;
13
14 all_pod_coverage_ok();