- minor pod test cleanup
[Business-OnlinePayment-PayflowPro.git] / t / pod-coverage.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5 use Test::More;
6
7 plan skip_all => 'Set RELEASE_TESTING=1 to run this test'
8   if not $ENV{RELEASE_TESTING};
9 eval 'use Test::Pod::Coverage';
10 plan skip_all => 'Needs Test::Pod::Coverage'
11   if $@;
12 all_pod_coverage_ok();