Skip Menu |

This queue is for tickets about the Net-AIM CPAN distribution.

Report information
The Basics
Id: 513
Status: new
Priority: 0/
Queue: Net-AIM

People
Owner: Nobody in particular
Requestors: jmiller [...] fnsi.net
Cc:
AdminCc:

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



Subject: bug in v1.18 of Connection.pm log_in() (v1.21 of Net::AIM)
v1.21 of Net::AIM is broken as of Apr 21, 2002. AOL appears to have introduced changes that broke the log_in() code inside v1.18 of Connection.pm. The following diff fixes the problem: diff Connection.pm Connection.pm.orig 675,679c675,678 < $self->send_to_AOL('toc_signon ' . $self->authserver . ' ' . < $self->authport . ' ' . $screenname . ' ' . < $self->encodePass($self->password) . < ' english ' . $self->encode($self->agent)); < --- Show quoted text
> $self->send_to_AOL('toc_signon "' . $self->authserver . '" "' . > $self->authport . '" "' . $screenname . '" "' . > $self->encodePass($self->password) . > '" "english" ' . $self->encode($self->agent));
This affects all platforms. The module maintainer has been notified as of Apr 22, 2002 via e-mail at "Aryeh Goldsmith <perlaim@aryeh.net>"
From: madwyer
Thankyou!