Date: | Thu, 23 Jun 2005 13:51:59 -0500 |
From: | Andy Lester <andy [...] petdance.com> |
To: | bug-www-yahoo-groups [...] rt.cpan.org |
Subject: | Fwd: [Bug Report for WWW-Yahoo-Groups-1.91: tawdevivek@yahoo.com] |
----- Forwarded message from vivek tawde <tawdevivek@yahoo.com> -----
Return-Path: <tawdevivek@yahoo.com>
X-Original-To: andy@petdance.com
Delivered-To: andy@petdance.com
Received: from x1.develooper.com (x1.develooper.com [63.251.223.170])
by mungo.petdance.com (Postfix) with SMTP id 67924E3CFB
for <andy@petdance.com>; Thu, 23 Jun 2005 12:58:05 -0500 (CDT)
Received: (qmail 26496 invoked by uid 225); 23 Jun 2005 17:58:04 -0000
Delivered-To: spoon@cpan.org
Received: (qmail 26492 invoked by alias); 23 Jun 2005 17:58:03 -0000
Received-SPF: pass (x1.develooper.com: local policy)
Received: from web52207.mail.yahoo.com (HELO web52207.mail.yahoo.com) (206.190.39.89)
by la.mx.develooper.com (qpsmtpd/0.28) with SMTP; Thu, 23 Jun 2005 10:58:01 -0700
Received: (qmail 38891 invoked by uid 60001); 23 Jun 2005 17:57:57 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
s=s1024; d=yahoo.com;
h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding;
b=Qa9Q8+7clQTAjjzVX/M1U99qM9nwLtkfnHOZ2Tt0qW36SyPp+ZADnprJdv4hr5pb4uzi+5EWk8L++qXT6jP1bH1X9/TaenMtSZh8k/Y9V77CsJ73J8OOhXOG4xO/CPKrVZGKTkRkp9o0VFsQTeUvHYezJV14Sknay764EbIW5YM= ;
Message-ID: <20050623175757.38889.qmail@web52207.mail.yahoo.com>
Received: from [216.52.229.252] by web52207.mail.yahoo.com via HTTP; Thu, 23 Jun 2005 10:57:57 PDT
Date: Thu, 23 Jun 2005 10:57:57 -0700 (PDT)
From: vivek tawde <tawdevivek@yahoo.com>
Subject: Bug Report for WWW-Yahoo-Groups-1.91
To: Iain Truskett <spoon@cpan.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Virus-Status: No
X-Virus-Checker-Version: clamassassin 1.2.2 with clamscan / ClamAV 0.85.1/934/Sun Jun 12 17:44:50 2005
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on mungo.petdance.com
X-Spam-Level:
X-Spam-Status: No, score=0.0 required=6.0 tests=none autolearn=disabled
version=3.0.1
Hi,
I noticed that a bug is introduced in the above package due to recent
change in the format of http://groups.yahoo.com/mygroups/ page. The
package uses this page to parse and get user's groups after the user
logs in. The parser is failing to do that due to this change.
The parser used to look for /group/(group_name)?yguid= pattern.
That has now changed to /group/(group_name)/?yguid=
The change should be made in Groups.pm under
WWW-Yahoo-Groups-1.91/lib/WWW/Yahoo in sub lists{}
The old reg-expr was my $group_RE = qr# /group/([\w-]+?)\Q?yguid=\E
#x;
The new one should be my $group_RE = qr# /group/([\w-]+?)/\Q?yguid=\E
#x;
I hope this is helpful.
-vt
Show quoted text
----- End forwarded message -----
--
Andy Lester => andy@petdance.com => www.petdance.com => AIM:petdance