From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678910111213141516 BEGIN { unless ($ENV{AUTHOR_TESTING}) { print qq{1..0 # SKIP these tests are for testing by the author\n}; exit }}use strict;use warnings;use Test::More;use Test::Portability::Files;run_tests();
BEGIN {
unless
(
$ENV
{AUTHOR_TESTING}) {
print
qq{1..0 # SKIP these tests are for testing by the author\n}
;
exit
}
use
strict;
warnings;
Test::More;
Test::Portability::Files;
run_tests();