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

#!/usr/bin/env perl
BEGIN {
plan( skip_all => 'AUTHOR_TESTING not defined' )
unless $ENV{AUTHOR_TESTING};
}
use Test::Pod::Coverage tests => 1;
pod_coverage_ok( all_modules() );