The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Test::More tests => 1;
# Basic test of 'does the module load, damnit!'
use WWW::Shorten::Metamark;

eval { WWW::Shorten::Metamark->import(':invalid') };

ok($@);