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

use warnings;
use strict;
use Test::More;

BEGIN {
    plan skip_all => 'These tests are for authors only!'
        unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};
}

use Test::Pod::Coverage 1.04;
all_pod_coverage_ok();