Subject: | Broken AppId format/regex/validation (Yahoo changed it) |
This is actually broken in 1.8.11 (the Yahoo! dev. download version is
greater than the CPAN version).
Anyway, Yahoo! has changed their AppId format, instead generating some
really long random string, which exceeds the 40 char. limit of the regex
check.
Lines 521 & 525 should change their regex to take off the 40 char limit.