The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!./perl

chdir 't' if -d 't';
@INC = '../lib';

$FATAL = 1; # we expect all the tests to croak
require "../t/lib/common.pl";