- minor pod test cleanup
[Business-OnlinePayment-PayflowPro.git] / t / pod.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";
10 plan skip_all => 'Needs Test::Pod'
11   if $@;
12 all_pod_files_ok();