The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Net::Amazon::SimpleQueue;
use strict;
use warnings;
our $VERSION = '0.30';

1;

__END__

=head1 NAME

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

=head1 SYNOPSIS

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

=head1 DESCRIPTION

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

You should use L<Amazon::SQS::Simple> instead.

=head1 AUTHOR

Leon Brocard C<acme@astray.com>

=head1 COPYRIGHT                                                    
                                                                                
Copyright (c) 2005-10, Leon Brocard C<acme@astray.com>. All rights reserved.           
       
=head1 LICENSE       
                                                                  
This module is free software; you can redistribute it and/or                    
modify it under the same terms as Perl itself.