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.

Reply via email to