Subject: | _https_login needs to uri_escape the seed when fetching pwtoken |
Apparently the seeds being handed out have changed, because as of today
Net::YahooMessenger fails to authenticate with a "Bad request" error
from WWW::Mechanize.
This can be easily fixed by using URI::Escape::uri_escape to escape the
seed in the URL that it constructs when fetching the pwtoken.