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   424 use strict;
  1         1  
  1         24  
4 1     1   3 use warnings;
  1         1  
  1         58  
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::TinyClick - (DEPRECATED) Shorten URLs
16              
17             =head1 SYNOPSIS
18              
19             # No appropriate synopsis.
20              
21             =head1 DESCRIPTION
22              
23             Unfortunately, this service became inactive at some point between 1.89
24             and 1.90, so this module will merely give you an error if you try to use
25             it. Feel free to pick a different L.
26              
27             =head1 AUTHOR
28              
29             Iain Truskett C
30              
31             =head1 CONTRIBUTORS
32              
33             =over
34              
35             =item *
36              
37             Chase Whitener C
38              
39             =item *
40              
41             Dave Cross C
42              
43             =back
44              
45             =head1 COPYRIGHT AND LICENSE
46              
47             Under the terms and copyright of L
48              
49             =head1 SEE ALSO
50              
51             L
52              
53             =cut