Skip Menu |

This queue is for tickets about the IO-Lambda CPAN distribution.

Report information
The Basics
Id: 108911
Status: resolved
Priority: 0/
Queue: IO-Lambda

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Net::DNS 1.03 breaks t/07_dns.t
If Net::DNS 1.03 is installed, then t/07_dns.t fails: Not a GLOB reference at /tmpfs/.cpan-build/2015111412/IO-Lambda-1.24-v66jQE/blib/lib/IO/Lambda/Loop/Select.pm line 161. # Looks like your test exited with 255 before it could output anything. t/07_dns.t ........... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 3/3 subtests
Thank for the report! I think this is fixed now. Can I ask you to check the latest github version from https://github.com/dk/IO-Lambda if that works for you? If yes, I'll upload the new version. (ps #108912 was also addressed there) Thank you! Dmitry
On 2015-11-14 10:56:58, KARASIK wrote: Show quoted text
> Thank for the report! > > I think this is fixed now. Can I ask you to check the latest github > version from https://github.com/dk/IO-Lambda if that works for you? If > yes, I'll upload the new version.
commit c3e9d658f8c38ab6565d0a21077a7a6271147c94 works for me.
fixed in 1.25
On Sat 14 Nov 2015 11:25:41, KARASIK wrote: Show quoted text
> fixed in 1.25
I am sorry KARASIK, but we are going to revert the change because the many modules that relied on Net::DNS returning a IO::Socket. Net::DNS 1.04 will return a IO::Socket again. You will have to revert your change too after it is released I am afraid. See the results in the regression testing report for Net::DNS (which I will maintain from now on) here: https://www.net-dns.org/regression/
Hello, thanks for the note! What is your policy about the existing v1.03? Shall one check specifically for this version in the dependent code or you are planning to remove this version from CPAN? I.e. my corrent code checks this as "$Net::DNS::Version > 1.02", and I changed it now to "$Net::DNS::Version == 1.03".
On Fri Dec 04 02:41:15 2015, KARASIK wrote: Show quoted text
> Hello, thanks for the note! What is your policy about the existing > v1.03? Shall one check specifically for this version in the dependent > code or you are planning to remove this version from CPAN? I.e. my > corrent code checks this as "$Net::DNS::Version > 1.02", and I changed > it now to "$Net::DNS::Version == 1.03".