Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
|
BEGIN {
unless ( $ENV {RELEASE_TESTING}) {
Test::More::plan( skip_all => 'these tests are for release candidate testing' );
}
}
eval 'use Test::NoTabs' ;
plan skip_all => 'Test::NoTabs required' if $@;
all_perl_files_ok();
|