csirtgadgets / LWPx-ParanoidAgent

LWPx-ParanoidAgent
http://search.cpan.org/dist/LWPx-ParanoidAgent
3 stars 9 forks source link

Gracefully handle Net::DNS 1.03 API changes. #16

Closed cosimo closed 8 years ago

cosimo commented 8 years ago

Net::DNS::bgsend()/bgread() API changed in Net::DNS 1.03, and it's unfortunately backward incompatible. More details in RT#108745 (https://rt.cpan.org/Ticket/Display.html?id=108745). This patch allows LWPx::ParanoidAgent to gracefully work with Net::DNS 1.03 as well.

My vested interest in this is that my downstream Net::Prober broke instantly when people upgraded to Net::DNS 1.03 by way of LWPx::ParanoidAgent :-)

https://rt.cpan.org/Ticket/Display.html?id=109092

cosimo commented 8 years ago

Hi Wes, thanks for merging this patch. Do you have any plans to release 1.11 to CPAN? That would help me with my distribution. I could then require LWPx::PA 1.11.