File Coverage

blib/lib/WWW/Shorten/Digg.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::Digg;
2              
3 1     1   432 use strict;
  1         1  
  1         26  
4 1     1   2 use warnings;
  1         1  
  1         60  
5              
6             our $VERSION = '0.020';
7             $VERSION = eval $VERSION;
8              
9             require WWW::Shorten::_dead;
10              
11             0;
12              
13             =head1 NAME
14              
15             WWW::Shorten::Digg - (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             Martin Broerse >
29              
30             =head1 CONTRIBUTORS
31              
32             =over
33              
34             =item *
35              
36             Chase Whitener >
37              
38             =back
39              
40             =head1 COPYRIGHT AND LICENSE
41              
42             This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
43              
44             =head1 SEE ALSO
45              
46             L
47              
48             =cut