From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

#!/usr/bin/perl
use strict;
no warnings 'syntax';
eval "use Test::Pod::Coverage 1.00; 1" or
plan skip_all => "Test::Pod::Coverage required for testing POD coverage";
all_pod_coverage_ok ({private => [qr /^/]});
__END__