Net-OAuth-Yahoo

Net::OAuth::Yahoo provides a simple interface to access Yahoo! APIs.
This module wraps around Net::OAuth for the underlying OAuth accesses.
It also lets you save / load / test a token, so that you can re-use it
until the token expires.

PREREQUISITES

The following modules are required by Net::OAuth::Yahoo:
    LWP::UserAgent
    Data::Dumper
    Net::OAuth
    URI::Escape
    WWW::Mechanize
    YAML::Syck

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 Net::OAuth::Yahoo

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-OAuth-Yahoo

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Net-OAuth-Yahoo

    CPAN Ratings
        http://cpanratings.perl.org/d/Net-OAuth-Yahoo

    Search CPAN
        http://search.cpan.org/dist/Net-OAuth-Yahoo/


LICENSE AND COPYRIGHT

Copyright (C) 2012 Satoshi Yagi

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.