File Coverage

blib/lib/WWW/Shorten/TinyClick.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::TinyClick;
2              
3 1     1   661 use strict;
  1         3  
  1         31  
4 1     1   5 use warnings;
  1         2  
  1         68  
5              
6             our $VERSION = '3.094';
7              
8             require WWW::Shorten::_dead;
9              
10             1;
11              
12             =head1 NAME
13              
14             WWW::Shorten::TinyClick - (DEPRECATED) Shorten URLs
15              
16             =head1 SYNOPSIS
17              
18             # No appropriate synopsis.
19              
20             =head1 DESCRIPTION
21              
22             Unfortunately, this service became inactive at some point between 1.89
23             and 1.90, so this module will merely give you an error if you try to use
24             it. Feel free to pick a different L.
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