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.