Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > f7b7788e4a5e36f311bc5e029e616f0f > files > 15

perl-Archive-Any-0.0932-7.fc16.noarch.rpm


use Test::More;

eval "use Test::Pod::Coverage";
plan skip_all => "Test::Pod::Coverage required for testing POD" if $@;

plan tests => 2;
pod_coverage_ok( "Archive::Any", "Pod documentation coverage" );
pod_coverage_ok( "Archive::Any::Plugin", "Plugin documentation coverage" );