The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use strict;
use warnings;
use Test::More;
use Test::Requires { 'Test::Pod::Coverage' => 1.04 };

unless ($ENV{TEST_POD_COVERAGE}) {
    plan skip_all => "\$ENV{TEST_POD_COVERAGE} is not set.";
    exit;
}

all_pod_coverage_ok({also_private => [qw(unimport BUILD DEMOLISH)]});