File Coverage

blib/lib/WWW/Shorten/Linkz.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::Linkz;
2              
3 1     1   499 use strict;
  1         2  
  1         25  
4 1     1   4 use warnings;
  1         2  
  1         50  
5              
6             our $VERSION = '3.094';
7              
8             require WWW::Shorten::_dead;
9              
10             1;
11              
12             =head1 NAME
13              
14             WWW::Shorten::Linkz - (DEPRECATED) Shorten URLs
15              
16             =head1 SYNOPSIS
17              
18             # No appropriate use case.
19              
20             =head1 DESCRIPTION
21              
22             Unfortunately, this service became inactive. So, this module will merely give
23             you an error if you try to use it. Feel free to pick a different
24             L.
25              
26             =head1 AUTHOR
27              
28             Iain Truskett
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 SEE ALSO
45              
46             L
47              
48             =cut