ARGV-URL
view release on metacpan or search on metacpan
t/91-pod-coverage.t view on Meta::CPAN
#!perl
use strict;
use warnings;
use Test::More skip_all => "this test is here only for raising Kwalitee";
eval "use Test::Pod::Coverage 1.00";
plan skip_all => "Test::Pod::Coverage 1.00 required" if $@;
all_pod_coverage_ok();
( run in 2.313 seconds using v1.01-cache-2.11-cpan-0d23b851a93 )