1WWW::Shorten::_dead(3)User Contributed Perl DocumentationWWW::Shorten::_dead(3)
2
3
4

NAME

6       WWW::Shorten::_dead - Where dead link-shortening services go
7

SYNOPSIS

9         # just change your service to look like this:
10         package WWW::Shorten::SomeDeadService;
11         use strict;
12         use warnings;
13
14         our $VERSION = '1.001';
15         $VERSION = eval $VERSION;
16
17         # ensure a common error message will be given to the user
18         require WWW::Shorten::_dead;
19
20         1;
21

DESCRIPTION

23       This is just a module that we use for link-shortening services that we
24       used to support but which no longer exist.
25

AUTHOR

27       Iain Truskett <spoon@cpan.org>
28

SEE ALSO

30       WWW::Shorten
31
32
33
34perl v5.30.0                      2019-07-26            WWW::Shorten::_dead(3)
Impressum