Amazon::SimpleDB provides a low-level perlish interface forworking with Amazon's SimpleDB service.INSTALLATIONTo install this module type the following: perl Makefile.PL make make test make installTESTING Testing Amazon Web Services like SimpleDB is a tricky thing.Amazon wants to charge you a bit of money each time you usetheir service. And yes, testing counts as using. Because ofthis, the application's test suite skips anythingapproaching a real test unless you set these threeenvironment variables:AMAZON_S3_EXPENSIVE_TESTS Doesn't matter what you set it to. Just has to be setAWS_ACCESS_KEY_ID Your AWS access keyAWS_ACCESS_KEY_SECRET Your AWS sekkr1t passkey. Be forewarned that setting this environment variable on a shared system might leak that information to another user. Be careful.DEPENDENCIESThis module requires these other modules and libraries: LWP::UserAgent Digest::HMAC_SHA1 URI XML::SimpleCOPYRIGHT AND LICENCEThe software is released under the Artistic License. Theterms of the Artistic License are described athttp://www.perl.com/language/misc/Artistic.html. Exceptwhere otherwise noted, Amazon::SimpleDB is Copyright 2008,Timothy Appnel, tima@cpan.org. All rights reserved.