Skip Menu |

This queue is for tickets about the WWW-Myspace CPAN distribution.

Report information
The Basics
Id: 27706
Status: resolved
Priority: 0/
Queue: WWW-Myspace

People
Owner: Nobody in particular
Requestors: tobiesch [...] users.sourceforge.net
Cc:
AdminCc:

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



Subject: changed login form
Apparently MySpace changed the home page (www.myspace.com) slightly. The login form is now not form #1 but form #2, therefore it has to be updated in WWW::Myspace _try_login: # Submit the login form my $submitted = $self->submit_form( "$BASE_URL", 2, "", { 'email' => $self->account_name, 'password' => $self->password } ); Maybe good idea for the future to have the method look for the form name ("theForm"), not just the number. best, tobias
Applied to version 0.65