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