The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

#!/usr/bin/env perl
BEGIN {
unless ($ENV{RELEASE_TESTING})
{
plan(skip_all => 'these tests are for release candidate testing');
}
}