From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678910 use strict;use warnings;use Test::More;BEGIN { plan skip_all => 'Not release testing context' unless $ENV{ RELEASE_TESTING } }use Test::Needs { 'Test::Pod::Coverage' => 1.04 };Test::Pod::Coverage::all_pod_coverage_ok();
use
strict;
warnings;
Test::More;
BEGIN { plan
skip_all
=>
'Not release testing context'
unless
$ENV
{ RELEASE_TESTING } }
Test::Needs {
'Test::Pod::Coverage'
=> 1.04 };
Test::Pod::Coverage::all_pod_coverage_ok();