WWW::Shorten version 1.1
========================

First there was MakeAShorterLink, which was renamed
WWW::MakeAShorterLink. Then, there was WWW::TinyURL.
Then, because there's these services all over the place, I
decided to create a generic interface and class for them.

WWW::Shorten is set of Perl modules which provide an API to
sites on the Internet that provide redirection services that
let you shorten URLs. Thus you can programmatically create
shorter URLs for links.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

   + LWP
   + Test::More

COPYRIGHT AND LICENCE

This library is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.

Copyright (C) 2002 Iain Truskett, <spoon@cpan.org>

