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

use strict;
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();