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