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