The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# t/01_ini.t; just to load Text::Aligner by using it

$|++;
print "1..1
";
my($test) = 1;

# 1 load
use Text::Aligner;
my($loaded) = 1;
$loaded ? print "ok $test
" : print "not ok $test
";
$test++;

# end of t/01_ini.t