The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use lib 't';
use TestML;
use TestMLBridge;

TestML->new(
    testml => 'testml/fail.tml',
    bridge => 'TestMLBridge',
)->run;