Skip Menu |

This queue is for tickets about the Net-DNSBL-Client CPAN distribution.

Report information
The Basics
Id: 85790
Status: resolved
Priority: 0/
Queue: Net-DNSBL-Client

People
Owner: dfs+pause [...] roaringpenguin.com
Requestors: n.aviltsev [...] gmail.com
Cc:
AdminCc:

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



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.

Hi, Thanks for your patch. I will release a new version soon that includes this fix. Regards, David.
Hi, This has been fixed in the recently-released 0.204 version of Net::DNSBL::Client Regards, David.
Subject: Re: [rt.cpan.org #85790] Use of qw(...) as parentheses is deprecated
Date: Wed, 5 Jun 2013 18:13:29 +0300
To: bug-Net-DNSBL-Client [...] rt.cpan.org
From: Nikolay Aviltsev <n.aviltsev [...] gmail.com>
Great, thank you. On 5 июня 2013, at 18:05, David F. Skoll via RT <bug-Net-DNSBL-Client@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=85790 > > > Hi, > > This has been fixed in the recently-released 0.204 > version of Net::DNSBL::Client > > Regards, > > David. >