Bug#910733: libnet-dns-async: manpage: refers to incorrect Net::DNS::Response instead of Net::DNS::Packet

Peter Gervai grin at grin.hu
Wed Oct 10 13:31:54 BST 2018


Package: libnet-dns-async-perl
Version: 1.07-2
Severity: minor
File: libnet-dns-async

       If the same query is added to the queue more than once, the module may combine the queries; that is, it will
       perform the query only once, and will call each callback registered for that query in turn, passing the same
       Net::DNS::Response object to each query. For this reason, you should not modify the Net::DNS::Response object
       in any way lest you break things horribly for a subsequent callback.

It is, in fact, not Net::DNS::Response but Net::DNS::Packet. The former doesn't quite exist.



More information about the pkg-perl-maintainers mailing list