Skip Menu |

This queue is for tickets about the Amazon-SQS-Simple CPAN distribution.

Report information
The Basics
Id: 86732
Status: open
Priority: 0/
Queue: Amazon-SQS-Simple

People
Owner: PENFOLD [...] cpan.org
Requestors: jean [...] veronis.fr
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.02
Fixed in: (no value)



Subject: Can't locate object method "host" via package "URI::_foreign"
Crash : my $sqs = new Amazon::SQS::Simple( $access_key, $secret_key ); my $q = $sqs->GetQueue($endpoint); my $msg = $q->ReceiveMessage(); results in : Can't locate object method "host" via package "URI::_foreign" at /Users/jean/perl5/perlbrew/perls/perl-5.16.2_threads/lib/site_perl/5.16.2/Amazon/SQS/Simple/Base.pm line 227.
On Fri Jul 05 08:20:30 2013, jeanv wrote: Show quoted text
> Crash : > > my $sqs = new Amazon::SQS::Simple( $access_key, $secret_key ); > my $q = $sqs->GetQueue($endpoint); > my $msg = $q->ReceiveMessage(); > > results in : > > Can't locate object method "host" via package "URI::_foreign" at > /Users/jean/perl5/perlbrew/perls/perl- > 5.16.2_threads/lib/site_perl/5.16.2/Amazon/SQS/Simple/Base.pm line > 227.
What value did you supply for $endpoint ?