Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Net-Amazon-S3 CPAN distribution.

Report information
The Basics
Id: 68537
Status: resolved
Priority: 0/
Queue: Net-Amazon-S3

People
Owner: Nobody in particular
Requestors: FRIEDO [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.53
Fixed in: (no value)



Subject: Warning for deprecated qw() in 5.14
From: FRIEDO [...] cpan.org
The following line in Net/Amazon/S3/Request/ListBucket.pm emits a warning under Perl 5.14: foreach my $method qw(prefix delimiter max_keys marker) { It should be changed to: foreach my $method (qw(prefix delimiter max_keys marker)) {
Fixed in 0.54