File Coverage

blib/lib/WWW/Shorten/Metamark.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package WWW::Shorten::Metamark;
2              
3 1     1   571 use 5.006;
  1         3  
4 1     1   6 use strict;
  1         2  
  1         33  
5 1     1   6 use warnings;
  1         2  
  1         86  
6              
7             our $VERSION = '3.092';
8             $VERSION = eval $VERSION;
9              
10             require WWW::Shorten::_dead;
11              
12             1;
13              
14             =head1 NAME
15              
16             WWW::Shorten::Metamark - (DEPRECATED) Shorten URLs
17              
18             =head1 SYNOPSIS
19              
20             # No appropriate use case
21              
22             =head1 DESCRIPTION
23              
24             Unfortunately, this service became inactive at some point between 1.89
25             and 1.90, so this module will merely give you an error if you try to use
26             it. Feel free to pick a different L.
27              
28             =head1 AUTHOR
29              
30             Iain Truskett C
31              
32             =head1 CONTRIBUTORS
33              
34             =over
35              
36             =item *
37              
38             Chase Whitener C
39              
40             =item *
41              
42             Dave Cross C
43              
44             =back
45              
46             =head1 COPYRIGHT AND LICENSE
47              
48             Under the terms and copyright of L
49              
50             =head1 SEE ALSO
51              
52             L
53              
54             =cut