File Coverage

blib/lib/WWW/Shorten/SmLnk.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$
2             package WWW::Shorten::SmLnk;
3              
4 1     1   1095 use strict;
  1         1  
  1         18  
5 1     1   2 use warnings;
  1         1  
  1         29  
6              
7             our $VERSION = '1.91';
8             require WWW::Shorten::_dead;
9              
10             0;
11              
12             __END__
13            
14             =head1 NAME
15            
16             WWW::Shorten::SmLnk - Perl interface to SmLnk.com
17            
18             =head1 SYNOPSIS
19            
20             # No appropriate synopsis
21            
22             =head1 DESCRIPTION
23            
24             A Perl interface to the web service SmLnk.com.
25            
26             Unfortunately, this service became inactive at some point between 1.88
27             and 1.91, 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             Dave Cross <dave@dave.org.uk> (previously Iain Truskett <spoon@cpan.org>)
37            
38             =head1 SEE ALSO
39            
40             L<WWW::Shorten>, L<perl>, L<http://smlnk.com/>
41            
42             =cut
43