Subject: | Use of qw(...) as parentheses is deprecated |
Date: | Sun, 2 Jun 2013 01:49:45 +0300 |
To: | bug-Net-DNSBL-Client [...] rt.cpan.org |
From: | Nikolay Aviltsev <n.aviltsev [...] gmail.com> |
Dear maintainers,
I have a lot of warnings under Perl 5.16.3, they look like
"Use of qw(...) as parentheses is deprecated at .../lib/site_perl/5.16.3/Net/DNSBL/Client.pm line 267."
It seems that since 5.14.0 using qw() as parentheses is deprecated, please see http://perldoc.perl.org/perl5140delta.html#Use-of-qw%28...%29-as-parentheses
Patch which add these missing parentheses is attached.
Please apply with
patch Net/DNSBL/Client.pm < dnsbl.patch
Thank you in advance.
Dear maintainers,
I have a lot of warnings under Perl 5.16.3, they look like
"Use of qw(...) as parentheses is deprecated at .../lib/site_perl/5.16.3/Net/DNSBL/Client.pm line 267."
It seems that since 5.14.0 using qw() as parentheses is deprecated, please see http://perldoc.perl.org/perl5140delta.html#Use-of-qw%28...%29-as-parentheses
Patch which add these missing parentheses is attached.
Please apply with
patch Net/DNSBL/Client.pm < dnsbl.patch
Thank you in advance.
Message body is not shown because sender requested not to inline it.