File: 00noexp.t

package info (click to toggle)
libwww-shorten-perl 3.03-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 312 kB
  • sloc: perl: 253; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 166 bytes parent folder | download
1
2
3
4
5
6
7
use Test::More tests => 1;
# Basic test of 'does the module load, damnit!'
use WWW::Shorten::Metamark;

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

ok($@);