Skip Menu |

This queue is for tickets about the Apache-DBI CPAN distribution.

Report information
The Basics
Id: 69087
Status: resolved
Priority: 0/
Queue: Apache-DBI

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

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



Subject: Using qw(...) as parentheses
Hi, in Apache::DBI you're using qw(...) as parenthesis. E.g.: foreach my $key qw{ TaintIn TaintOut } { This is deprecated since Perl 5.14.0 : http://search.cpan.org/dist/perl-5.14.0/pod/perldelta.pod#Use_of_qw(...)_as_parentheses - Renée
Fixed in 1.11, thanks for the spot.