Skip Menu |

This queue is for tickets about the DBD-ADO CPAN distribution.

Report information
The Basics
Id: 68983
Status: resolved
Priority: 0/
Queue: DBD-ADO

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

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



Subject: DBD/ADO.pm: Use of qw(...) as parenthesis
Hi Steffen, you use qw(..) as parenthesis in your module. This issues a warning when using the module with Perl >= 5.14. Using qw(..) as parenthesis is deprecated as of Perl 5.14.0. See http://search.cpan.org/dist/perl-5.14.0/pod/perldelta.pod#Use_of_qw%28...%29_as_parentheses - Renée
Have no 5.14 (yet). Would you be so kind as to send me the line number(s) of the warning(s)? AFAICS, I don't use the deprecated 'for $x qw(..)', so I wonder which one causes the warning.
Mmhh... must have something different. I've seen the warning, looked at the module and found "push @Err, sprintf "%19s : %s", $_, $err->$_ ||'' for qw(" in line 62. But it seems that this use of "for qw(" is allowed. Sorry for the noise.
Sorry for the noise