Net::Amazon::SimpleQueue - DEPRECATED Use the Amazon Simple Queue Service


Net-Amazon-SimpleQueue documentation Contained in the Net-Amazon-SimpleQueue distribution.

Index


Code Index:

NAME

Top

Net::Amazon::SimpleQueue - DEPRECATED Use the Amazon Simple Queue Service

SYNOPSIS

Top

  # DEPRECATED, use Amazon::SQS::Simple instead

DESCRIPTION

Top

This module was written for an old version of Amazon's Simple Queue Service. It no longer works.

You should use Amazon::SQS::Simple instead.

AUTHOR

Top

Leon Brocard acme@astray.com

COPYRIGHT

Top

LICENSE

Top

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


Net-Amazon-SimpleQueue documentation Contained in the Net-Amazon-SimpleQueue distribution.

package Net::Amazon::SimpleQueue;
use strict;
use warnings;
our $VERSION = '0.30';

1;

__END__