Subject: | Umbrella: Net::DNS::bgsend() uses only the first nameserver |
Many resolver problems stem from the fact that Net::DNS::bgsend() only
uses the first nameserver in the list. It does not rotate through name
servers when called repeatedly, and it does not provide a quick, clean
way to specify the nameserver when calling bgsend().
This umbrella ticket gathers together all the bug reports that relate to
POE::Component::Client::DNS not rotating through name servers like it
should.