The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# DO NOT EDIT
#
# This file was generated by TestML::Setup (0.50)
#
#   > perl -MTestML::Setup -e setup test/testml.yaml
use strict;
use lib (-e 't' ? 't' : 'test'), 'inc';
use File::Spec;
use TestML;
use TestML::Compiler::Lite;
use TestMLBridge;

TestML->new(
    testml => File::Spec->catfile(qw{testml compiler-equivalence.tml}),
    bridge => 'TestMLBridge',
    compiler => 'TestML::Compiler::Lite',
)->run;