The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use lib './t';
use Test_Helper;
# 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);
}