The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

#!perl
BEGIN
{
eval "use Test::Pod::Coverage";
if ($@) {
plan(skip_all => "Test::Pod::Coverage required for testing POD");
}
}
all_pod_coverage_ok({ trustme => [ qr{^deg2rad$} ]});