Skip Menu |

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

Report information
The Basics
Id: 23487
Status: resolved
Worked: 15 min
Priority: 0/
Queue: WWW-Myspace

People
Owner: GRANTG [...] cpan.org
Requestors: paulsmith [...] metrocast.net
Cc:
AdminCc:

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



Subject: MySpace change causes module to fail
Date: Sat, 18 Nov 2006 15:07:04 -0500
To: <bug-WWW-Myspace [...] rt.cpan.org>
From: "Paul Smith" <paulsmith [...] metrocast.net>
Grant, Just a heads up...Myspace decided to change the URL on the homepage that you use to detect the friendID in the "_get_friend_id" method in MySpace.pm from: $page_source =~ /index\.cfm\?fuseaction=user\.viewfriends\&friendID=([0-9]+)/o; to: $page_source =~ /index\.cfm\?fuseaction=user\.viewprofile\&amp\;friendid=([0-9]+)/o; This was preventing me from running any of my scripts. Thanks, -Paul
Thanks Paul, Fixed in upcoming 0.60 release, processing for upload now.