From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567891011 #!/usr/bin/env perluse Test::More;BEGIN { plan( skip_all => 'AUTHOR_TESTING not defined' ) unless $ENV{AUTHOR_TESTING};}use Test::Pod::Coverage tests => 1;pod_coverage_ok( all_modules() );
#!/usr/bin/env perl
use
Test::More;
BEGIN {
plan(
skip_all
=>
'AUTHOR_TESTING not defined'
)
unless
$ENV
{AUTHOR_TESTING};
}
Test::Pod::Coverage
tests
=> 1;
pod_coverage_ok( all_modules() );