The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl -w

use strict;
use warnings;
use Test::Pod::Coverage;
use Test::More;

plan skip_all => "pod coverage tests turned off in environment" if
    $ENV{PERL_SKIP_POD_COVERAGE_TESTS};
all_pod_coverage_ok();