Initial import
[Business-OnlinePayment-PlugnPay.git] / t / pod-coverage.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5 use Test::More;
6
7 eval "use Test::Pod::Coverage 1.00";
8 plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage"
9     if $@;
10 all_pod_coverage_ok({ also_private => [ qw( required_fields ) ]});