The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Test used by t/subtest/do.t

use Test::More;

pass("First");
pass("Second");
pass("Third");

done_testing(3);