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

..03-May-2022-

lib/Net/Amazon/H23-Nov-2011-19088

t/H23-Nov-2011-3829

ChangesH A D23-Nov-20111.5 KiB4027

MANIFESTH A D23-Nov-2011164 87

META.ymlH A D23-Nov-2011618 2524

Makefile.PLH A D23-Nov-2011609 1613

READMEH A D23-Nov-2011663 3019

README

1Net-Amazon-AWSSign version 0.06
2===============================
3A module to sign Amazon AWS requests - works for both SOAP and REST requests.
4
5INSTALLATION
6
7To install this module type the following:
8
9   perl Makefile.PL
10   make
11   make test
12   make install
13
14DEPENDENCIES
15
16This module requires these other modules and libraries:
17
18  MIME::Base64
19  Digest::SHA
20  URI::Escape
21
22
23COPYRIGHT AND LICENCE
24
25Copyright (C) 2009 by Naton Aiman-Smith (naton@cpan.org)
26
27This library is free software; you can redistribute it and/or modify
28it under the same terms as Perl itself, either Perl version 5.8.8 or,
29at your option, any later version of Perl 5 you may have available.
30