The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;
use Test::More;
use Test::Name::FromLine;

# Run this test with prove -I$PWD
use t::Test;

t::Test::run();

done_testing;