The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
123456789101112 #!/usr/bin/env perlBEGIN { unless ($ENV{RELEASE_TESTING}) { use Test::More; plan(skip_all => 'these tests are for release candidate testing'); }}use Test::Kwalitee;
#!/usr/bin/env perl
BEGIN {
unless
(
$ENV
{RELEASE_TESTING})
{
use
Test::More;
plan(
skip_all
=>
'these tests are for release candidate testing'
);
}
Test::Kwalitee;