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

use lib './t';
# test_sandbox( "test_sandbox --versions=$ENV{TEST_VERSION}", 125);
if ($ENV{SKIP_TARBALL_TEST})
{
test_sandbox( "test_sandbox --versions=$ENV{TEST_VERSION} --skip_tests=tarball", 126, 1);
}
else
{
test_sandbox( "test_sandbox --versions=$ENV{TEST_VERSION}", 196, 1);
}