WWW-Shorten-Bitly

WWW::Shorten::Bitly allows users to shorten URLs using http://bit.ly.
The module also allows the user to retrieve meta data about the URL
such as geographic and click information.

WWW::Shorten::Bitly requires WWW::Shorten to be installed in order to
enable the use of a bit.ly user name and API Key.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc WWW::Shorten::Bitly

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-Shorten-Bitly

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/WWW-Shorten-Bitly

    CPAN Ratings
        http://cpanratings.perl.org/d/WWW-Shorten-Bitly

    Search CPAN
        http://search.cpan.org/dist/WWW-Shorten-Bitly/


COPYRIGHT AND LICENCE

Copyright (C) 2009-2011 Pankaj Jain
Copyright (C) 2009-2011 Teknatus Solutions LLC

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