NAME

WWW::Shorten::Reduus - Perl interface to redu.us

VERSION

Version 0.01

SYNOPSIS

This is a perl interface for the website redu.us, which shortens urls.

use WWW::Shorten 'Reduus';
my $short = makeashorterlink($some_long_url);
my $long = makealongerlink($reduus_url);

EXPORT

A list of functions that can be exported. You can delete this section if you don't export anything, such as for a purely object-oriented module.

FUNCTIONS

Takes a url to shorten, returns the proper short redu.us url in qr{http://.+.redu.us/} format, or undef on failure

Takes a redu.us short url, and determines the corresponding full url

AUTHOR

Jordan M. Adler, <JMADLER at cpan.org>

BUGS

Please report any bugs or feature requests to bug-www-shorten-reduus at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-Shorten-Reduus. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc WWW::Shorten::Reduus

You can also look for information at:

SEE ALSO

WWW::Shorten

ACKNOWLEDGEMENTS

Adam, for making redu.us

Iain Truskett and Dave Cross for their work on WWW::Shorten

COPYRIGHT & LICENSE

Copyright 2006 Jordan M. Adler, all rights reserved.

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