Skip Menu |

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

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

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

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



Subject: Deprecation warnings under 5.14
Using Apache::DBI under Perl 5.14.0 generates deprecation warnings. $ perl -Mwarnings -MApache::DBI -e1 Use of qw(...) as parentheses is deprecated at /opt/xt/xt-perl/lib/site_perl/5.14.1/Apache/DBI.pm line 300. Use of qw(...) as parentheses is deprecated at /opt/xt/xt-perl/lib/site_perl/5.14.1/Apache/DBI.pm line 324. This is because of this change to the Perl compiler: http://perldoc.perl.org/perl5140delta.html#Use-of-qw%28...%29-as-parentheses It would be great if it didn't give those warnings.
1.11 is on the way to CPAN with the fix. Thanks!