The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Test::Routine;
use Test::Routine::Util;
use Test::More;

test "this isn't any problem"  => sub { pass };
test "we are testing My::Code" => sub { pass };

run_me;
done_testing;