• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/LWP/Authen/H06-Feb-2013-406190

t/H06-Feb-2013-1911

MANIFESTH A D06-Feb-2013152 76

META.ymlH A D06-Feb-2013821 3231

Makefile.PLH A D06-Feb-2013993 2825

READMEH A D31-Mar-2011799 3824

README

1LWP-Authen-OAuth version 1.01
2=============================
3
4This module provides a sub-class of LWP::UserAgent that generates OAuth 1.0
5signed requests. You should familiarise yourself with OAuth at
6http://oauth.net/.
7
8INSTALLATION
9
10To install this module type the following:
11
12   perl Makefile.PL
13   make
14   make test
15   make install
16
17DEPENDENCIES
18
19This module requires these other modules and libraries:
20
21  LWP::UserAgent
22  Digest::SHA
23  MIME::Base64
24  URI
25  URI::Escape
26
27COPYRIGHT AND LICENCE
28
29Timothy D Brody <tdb2@ecs.soton.ac.uk>
30
31Copyright (C) 2011 by University of Southampton, UK
32
33This library is free software; you can redistribute it and/or modify
34it under the same terms as Perl itself, either Perl version 5.8.8 or,
35at your option, any later version of Perl 5 you may have available.
36
37
38