File Coverage

blib/lib/WWW/Shorten/Tinylink.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             package WWW::Shorten::Tinylink;
2              
3 1     1   604 use strict;
  1         1  
  1         34  
4 1     1   6 use warnings;
  1         1  
  1         68  
5              
6             our $VERSION = '3.093';
7             $VERSION = eval $VERSION;
8              
9             require WWW::Shorten::_dead;
10              
11             1;
12              
13             =head1 NAME
14              
15             WWW::Shorten::Tinylink - (DEPRECATED) Shorten URLs
16              
17             =head1 SYNOPSIS
18              
19             # No appropriate solution
20              
21             =head1 DESCRIPTION
22              
23             Unfortunately, at some point in the middle of 2008, this service stopped
24             returning usable URLs and therefore this module is now deprecated
25              
26             =head1 AUTHOR
27              
28             Iain Truskett C
29              
30             =head1 CONTRIBUTORS
31              
32             =over
33              
34             =item *
35              
36             Chase Whitener C
37              
38             =item *
39              
40             Dave Cross C
41              
42             =back
43              
44             =head1 COPYRIGHT AND LICENSE
45              
46             Under the terms and copyright of L
47              
48             =head1 SEE ALSO
49              
50             L
51              
52             =cut