File Coverage

blib/lib/WWW/Shorten/LinkToolbot.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             # $Id: MakeAShorterLink.pm 48 2007-04-15 15:03:55Z dave $
2             package WWW::Shorten::LinkToolbot;
3              
4 2     2   122403 use strict;
  2         4  
  2         38  
5 2     2   6 use warnings;
  2         3  
  2         85  
6              
7             our $VERSION = '1.90';
8             require WWW::Shorten::_dead;
9              
10             0;
11              
12             __END__
13            
14             =head1 NAME
15            
16             WWW::Shorten::LinkToolbot - Perl interface to link.toolbot.com
17            
18             =head1 SYNOPSIS
19            
20             # No appropriate synopsis.
21            
22             =head1 DESCRIPTION
23            
24             A Perl interface to the web site link.toolbot.com.
25            
26             Unfortunately, this service became inactive at some point between 1.89
27             and 1.90, so this module will merely give you an error if you try to use
28             it. Feel free to pick a different L<service|WWW::Shorten>.
29            
30             =head1 SUPPORT, LICENCE, THANKS and SUCH
31            
32             See the main L<WWW::Shorten> docs.
33            
34             =head1 AUTHOR
35            
36             Iain Truskett <spoon@cpan.org>, Dave Cross <dave@mag-sol.com>
37            
38             =head1 SEE ALSO
39            
40             L<WWW::Shorten>, L<perl>
41            
42             =cut
43