The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# gforth TAP generates a space after the plan. Should probably be allowed.
print "1..5 \n";
print "ok $_ \n" for 1..5;