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

use 5.012;
use lib 't/lib'; use MyTest;
plan skip_all => 'set TEST_FULL=1 to enable real test coverage' unless $ENV{TEST_FULL};
catch_run("full-zones-7");
done_testing();