File Coverage

blib/lib/WWW/Shorten/Qurl.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::Qurl;
2              
3 1     1   511 use strict;
  1         1  
  1         25  
4 1     1   4 use warnings;
  1         1  
  1         59  
5              
6             our $VERSION = '3.093';
7             $VERSION = eval $VERSION;
8              
9             require WWW::Shorten::_dead;
10              
11             0;
12              
13             =head1 NAME
14              
15             WWW::Shorten::Qurl - (DEPRECATED) Shorten URLs
16              
17             =head1 SYNOPSIS
18              
19             # no viable use case
20              
21             =head1 DESCRIPTION
22              
23             This module is deprecated since the service no longer functions. Please
24             see L instead.
25              
26             =head1 AUTHOR
27              
28             Dave Cross C
29              
30             =head1 CONTRIBUTORS
31              
32             =over
33              
34             =item *
35              
36             Chase Whitener C
37              
38             =back
39              
40             =head1 COPYRIGHT AND LICENSE
41              
42             Under the terms and copyright of L
43              
44             =head1 SEE ALSO
45              
46             L
47              
48             =cut