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::Table by using it

use strict;
use warnings;

use Test::More tests => 1;

# TEST
use_ok('Text::Table');