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 :-)
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.
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