DEBSOURCES
Skip Quicknav
sources / libwww-shorten-perl / 3.03-1 / t / 00noexp.t
1234567
use Test::More tests => 1; # Basic test of 'does the module load, damnit!' use WWW::Shorten::Metamark; eval { WWW::Shorten::Metamark->import(':invalid') }; ok($@);