Merge from vendor branch TNF:
authorsno <sno>
Wed, 16 Sep 2009 19:40:03 +0000 (19:40 +0000)
committersno <sno>
Wed, 16 Sep 2009 19:40:03 +0000 (19:40 +0000)
commitc80ef35b72006761bac3df3d5b73c8779b3cd71d
tree33394f883ba7bc24905875e99b8534857cbe7e11
parent16d54c9e93b20539800e017f81ba2cc591e2c577
parentcf2353a098746e0e26a06fde86160641f7fbd4d3
Merge from vendor branch TNF:
Importing p5 package for Net::OAuth-0.19 into net/p5-Net-OAuth as
dependency for scheduled update of net/p5-Net-Twitter to 3.05003.

OAuth is

"An open protocol to allow secure API authentication in a simple and
standard method from desktop and web applications."

In practical terms, OAuth is a mechanism for a Consumer to request protected
resources from a Service Provider on behalf of a user.

Net::OAuth provides:

    * classes that encapsulate OAuth messages (requests and responses)
    * message signing
    * message serialization and parsing.
    * 2-legged requests (aka. tokenless requests, aka. consumer requests)

Net::OAuth does not provide:

    * Consumer or Service Provider encapsulation
    * token/nonce/key storage/management

Please refer to the OAuth spec: http://oauth.net/documentation/spec