The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
1234567891011 #!perluse Test::More;BEGIN{ eval "use Test::Pod::Coverage"; if ($@) { plan(skip_all => "Test::Pod::Coverage required for testing POD"); }}all_pod_coverage_ok({ trustme => [ qr{^deg2rad$} ]});
#!perl
use
Test::More;
BEGIN
{
eval
"use Test::Pod::Coverage"
;
if
($@) {
plan(
skip_all
=>
"Test::Pod::Coverage required for testing POD"
);
}
all_pod_coverage_ok({
trustme
=> [
qr{^deg2rad$}
]});