The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;
use Test::More;

BEGIN { use_ok('WWW::Shorten::Shorl') or BAIL_OUT("Can't use module"); }

can_ok('WWW::Shorten::Shorl', qw(makealongerlink makeashorterlink));
can_ok('main', qw(makealongerlink makeashorterlink));

done_testing();