Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 0de25710ba4c6e6de1469fffdf6c5288 > files > 83

perl-RRD-Simple-1.44-9.fc15.noarch.rpm

# $Id: 11pod_coverage.t 965 2007-03-01 19:11:23Z nicolaw $

use Test::More;
eval "use Test::Pod::Coverage 1.00";
plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD Coverage" if $@;
all_pod_coverage_ok({
		also_private => [ qr/^[A-Z_]+$/ ],
		trustme => [ qw(last_values|fetch|last_update) ],
	}); #Ignore all caps

1;