$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.
Tue Oct 25 13:41:10 2005BINGOS [...] cpan.org - Correspondence added40 min
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
Tue Oct 25 13:41:11 2005BINGOS [...] cpan.org - Status changed from 'new' to 'resolved'
Tue Oct 25 13:41:11 2005BINGOS [...] cpan.org - Given to BINGOS