1WWW::Shorten::_dead(3)User Contributed Perl DocumentationWWW::Shorten::_dead(3)
2
3
4
6 WWW::Shorten::_dead - Where dead link-shortening services go
7
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
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
27 Iain Truskett <spoon@cpan.org>
28
30 WWW::Shorten
31
32
33
34perl v5.32.1 2021-01-27 WWW::Shorten::_dead(3)