The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl
use strict;
use utf8;
use warnings qw(all);

use Test::More tests => 1;

BEGIN {
    use_ok(q(Text::SpeedyFx));
};

diag(qq(Text::SpeedyFx v$Text::SpeedyFx::VERSION, Perl $], $^X));