"Fossies" - the Fresh Open Source Software Archive 
Member "libspf2-1.2.10/perl/t/03_pod_coverage.t" (28 Jan 2012, 471 Bytes) of package /linux/privat/libspf2-1.2.10.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 use strict;
2 use warnings;
3 use Test::More;
4 eval "use Test::Pod::Coverage 0.02";
5 plan skip_all => "Test::Pod::Coverage 0.02 required for testing POD coverage" if $@;
6
7 plan tests => 1;
8
9 my $params = { trustme => [qr/^(?:new|parse|compile)$/] };
10
11 pod_coverage_ok('Mail::SPF_XS');
12 #pod_coverage_ok('Mail::SRS::Guarded', $params);
13 #pod_coverage_ok('Mail::SRS::DB', $params);
14 #pod_coverage_ok('Mail::SRS::Reversible', $params);
15 #pod_coverage_ok('Mail::SRS::Shortcut', $params);