Skip Menu |

This queue is for tickets about the POE-Component-IRC CPAN distribution.

Report information
The Basics
Id: 15058
Status: resolved
Worked: 40 min
Priority: 0/
Queue: POE-Component-IRC

People
Owner: BINGOS [...] cpan.org
Requestors: crazyForDynamite [...] gmail.com
Cc:
AdminCc:

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



Subject: NoDNS option
$irc->yield('connect', { ... NoDNS => 1} ); # Still creates a POE::Component::Client::DNS session # Also, each POE::Component::IRC->spawn() creates a DNS session each time it is called.
Thanks. NoDNS should behave itself. Please consult the updated documentation, when 4.72 is released. I have also added a Resolver option so one can supply ones own PoCo-Client-DNS object. Again consult the updated docs for details. -- BinGOs