The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use Test::More;
BEGIN {
    if (! $ENV{TEST_LEAK}) {
        plan skip_all => "Set TEST_LEAK to run leak tests";
    }
}

use Test::Requires 'Test::Valgrind';

do 't/rt64944.t';