The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl
use Test::More (tests => 3);
ok('foo is rad');
ok('foo is radder');
ok('foo is the bestest');