| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
|
|
2
|
|
|
|
|
|
|
package WWW::Shorten::ShortLink; |
|
3
|
|
|
|
|
|
|
|
|
4
|
1
|
|
|
1
|
|
1148
|
use strict; |
|
|
1
|
|
|
|
|
1
|
|
|
|
1
|
|
|
|
|
20
|
|
|
5
|
1
|
|
|
1
|
|
2
|
use warnings; |
|
|
1
|
|
|
|
|
1
|
|
|
|
1
|
|
|
|
|
33
|
|
|
6
|
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
our $VERSION = '1.91'; |
|
8
|
|
|
|
|
|
|
require WWW::Shorten::_dead; |
|
9
|
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
0; |
|
11
|
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
__END__ |
|
13
|
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 NAME |
|
16
|
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
WWW::Shorten::ShortLink - Perl interface to shortlink.us |
|
18
|
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head1 SYNOPSIS |
|
20
|
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
# No appropriate synopsis. |
|
22
|
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=head1 DESCRIPTION |
|
24
|
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
A Perl interface to the web site shortlink.us. |
|
26
|
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
Unfortunately, this service became inactive at some point between 1.87 |
|
28
|
|
|
|
|
|
|
and 1.88, so this module will merely give you an error if you try to use |
|
29
|
|
|
|
|
|
|
it. Feel free to pick a different L<service|WWW::Shorten>. |
|
30
|
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=head1 SUPPORT, LICENCE, THANKS and SUCH |
|
32
|
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
See the main L<WWW::Shorten> docs. |
|
34
|
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
=head1 AUTHOR |
|
36
|
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
Iain Truskett <spoon@cpan.org> |
|
38
|
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
=head1 SEE ALSO |
|
40
|
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
L<WWW::Shorten>, L<perl>, L<http://shortlink.us/> |
|
42
|
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
=cut |
|
44
|
|
|
|
|
|
|
|