Merge master into branch
[gitmo/MooseX-Getopt.git] / t / pod_coverage.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use Test::More;
7 plan skip_all => 'set RELEASE_TESTING to run these tests'
8   unless $ENV{RELEASE_TESTING};
9
10 eval "use Test::Pod::Coverage 1.04";
11 plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
12
13 all_pod_coverage_ok();