The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl

print <<'END_TESTS';
1..3
ok 1 - this is a test
not ok 2 - we have a something # TODO some output
ok 3 houston, we don't have liftoff # SKIP no funding
END_TESTS