Subject: | Bug Just Showed Up!!! |
Earlier today the module worked fine. Now, Myspace seems to have
changed their loggin button from a BUTTON to a .gif file with a
Javascript function submitting the form. This is causing on line 519 of
form.pm.
die "Button $button not included in form"
if (!defined($self->button($button)))
Now the script outputs: Button Submit22 not included in form at
/home/friendopedia/share/perl/5.8.4/HTTP/Request/Form.pm line 519
And the module cannot log in to Myspace. This must be an "antibot"
feature added by myspace. I am trying to fix it, but don't know if I
will have the time.