package OAuth::Lite; use strict; use warnings; our $VERSION = "1.12"; our $OAUTH_DEFAULT_VERSION = "1.0"; 1; __END__ =head1 NAME OAuth::Lite - OAuth framework =head1 SYNOPSIS =head2 CONSUMER SIDE See L =head2 SERVICE PROVIDER SIDE See L. or if you want to build server on mod_perl2, See L. =head1 DESCRIPTION This framework allows you to make "OAuth Consumer Application" / "OAuth Service Provider" easily. =head1 SEE ALSO http://oauth.net/ L L L =head1 AUTHOR Lyo Kato, C =head1 COPYRIGHT AND LICENSE This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available. =cut