The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package WWW::Shorten::TinyClick;

use strict;
use warnings;

our $VERSION = '3.093';
$VERSION = eval $VERSION;

require WWW::Shorten::_dead;

1;

=head1 NAME

WWW::Shorten::TinyClick - (DEPRECATED) Shorten URLs

=head1 SYNOPSIS

  # No appropriate synopsis.

=head1 DESCRIPTION

Unfortunately, this service became inactive at some point between 1.89
and 1.90, so this module will merely give you an error if you try to use
it. Feel free to pick a different L<service|WWW::Shorten>.

=head1 AUTHOR

Iain Truskett C<spoon@cpan.org>

=head1 CONTRIBUTORS

=over

=item *

Chase Whitener C<capoeirab@cpan.org>

=item *

Dave Cross C<dave@perlhacks.com>

=back

=head1 COPYRIGHT AND LICENSE

Under the terms and copyright of L<WWW::Shorten>

=head1 SEE ALSO

L<WWW::Shorten>

=cut