The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Text::Yats;

print "1..1\n";

print "Testing Text::Yats-", $Text::Yats::VERSION, "\n";

$testno = 1;

# This used to generate a warning
print "ok ", $testno++, "\n";