The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use t::TestLess tests => 1;

my $tl = test_less_new;

is ref($tl), 'Test::Less';