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..2
ok 1 - this is a test
not ok 2 - this is another test
1..2
END_TESTS