i've recently upgraded to the lastest unstable packages of debian and
since then even the irctest prog you gave with the Net::IRC source
can't connect to SSL enabled ircs. i tried non-ssl and it's working fine.
i'm not 100% sure it's perls fault but i can connect to the same irc with
numerous irc clients.
Logged In: NO
I fixed this in my copy by switching the read on line 841 to sysread. This is in function parse, in Connection.pm.
I fixed this in my copy by switching the read on line 841 to sysread. This
is in function parse, in Connection.pm.
This worked for me too.