Subject: | MySpace rejecting logins with 0.70 |
Hey guys,
Sometime yesterday evening it seems MySpace has changed the login
procedure resulting in breakage in 0.70:
$ perl -MWWW::Myspace\ 999
WWW::Myspace version 999.000 (v999.0.0) required--this is only version
0.700 (v0.700.0).
BEGIN failed--compilation aborted.
$ perl -MWWW::Myspace -e 'my $myspace =
WWW::Myspace->new("jshirley@picturetrail.com", "spiffy5"); print
$myspace->logged_in ? "Logged in" : ("Not logged in: " .
$myspace->error), "\n";'
Not logged in: Form theForm not on page in submit_form!
I'll see if I can get a patch shipped off, but thought you may already
have something (or someone else does)