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>"