Skip Menu |

This queue is for tickets about the Net-DNS-Resolver-Programmable CPAN distribution.

Report information
The Basics
Id: 112675
Status: resolved
Priority: 0/
Queue: Net-DNS-Resolver-Programmable

People
Owner: Nobody in particular
Requestors: rwfranks [...] acm.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: v0.003
Fixed in: (no value)



Subject: Net::DNS::Resolver::Programmable break Mail::SPF
Mail::SPF build test fails: deprecated method; see RT#37104 at /home/willem/repos/net-dns-repository/regression-testing/Mail-SPF-v2.9.0/blib/lib/Mail/SPF/Server.pm line 566. Unknown error on DNS 'A' lookup of 'example.com' (EDNSError) at /home/willem/repos/net-dns-repository/regression-testing/Mail-SPF-v2.9.0/blib/lib/Mail/SPF/Server.pm line 573. # Looks like you planned 23 tests but ran 19. # Looks like your test exited with 255 just after 19. t/00.04-class-server.t ........ 1..23 mostly because send() abuses Net::DNS by fiddling with its private parts. Attached patch should work with all Net::DNS versions. Tested ok with 0.69 .. 1.05
Subject: Programmable.pm-patch.gz
Download Programmable.pm-patch.gz
application/x-gzip 1.4k

Message body not shown because it is not plain text.

On 2016-03-03 18:19:53, rwfranks@acm.org wrote: Show quoted text
> Mail::SPF build test fails: > > deprecated method; see RT#37104 at /home/willem/repos/net-dns- > repository/regression-testing/Mail-SPF- > v2.9.0/blib/lib/Mail/SPF/Server.pm line 566.
That deprecation warning will no longer happen in the latest version I've just released after taking over maintainership of this module. Show quoted text
> Unknown error on DNS 'A' lookup of 'example.com' (EDNSError) at > /home/willem/repos/net-dns-repository/regression-testing/Mail-SPF- > v2.9.0/blib/lib/Mail/SPF/Server.pm line 573.
Was it just the deprecation warning being made fatal that caused this, or is there some other problem at play too? Does it happen with the latest version? Cheers Dave P
OK using recent Net::DNS revs