File: _dead.pm

package info (click to toggle)
libwww-shorten-perl 3.03-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 312 kB
  • sloc: perl: 253; makefile: 7
file content (28 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $Id$
package WWW::Shorten::_dead;

use strict;
use warnings;

our $VERSION = '1.92';
die <<'EOF';

This WWW::Shorten service is inactive.
Please use a different one.

EOF

1;

=head1 NAME

WWW::Shorten::_dead - Where dead link-shortening services got

=head1 SYNOPSIS

  # No appropriate synopsis

=head1 DESCRIPTION

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