The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Perl;
use Config;
$ENV{PERL5LIB} = join $Config{'path_sep'}, @INC; 
Perl::->new('t/base.t')->run;