Revision history for Amazon-SQS-Simple

0.1     26 June 2007
        First version, running against SQS version 2007-05-01

0.2     29 June 2007
        Added full POD docs
  
0.3     17 July 2007
        Added Amazon::SQS::Simple::Base, Amazon::SQS::Simple::Message
  
0.4     17 July 2007
        Mended POD docs in Base and Message classes
  
0.5     06 August 2007
        Fixed bug in Queue.pm where RetrieveMessage could attempt to
        bless a null reference.
  
0.6     06 February 2008
        Updated to be compatible with the latest version of SQS
        (2008-01-01). NOTE: This version introduces non-backwards
        compatible changes! See this URL for details of the API change:
        http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1148
  
0.7     14 February 2008
        Misc bug fixes
  
0.8     31 July 2008
        Patch submitted by Dave Viner to add return value to DeleteMessage call
        