File: tinyclick.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 (3 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (2)
1
2
3
use Test::More tests => 1;
eval { require WWW::Shorten::TinyClick };
like( $@,  qr/inactive/, "Service correctly reports it is inactive." );