Skip Menu |

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

Report information
The Basics
Id: 2589
Status: resolved
Priority: 0/
Queue: WWW-Yahoo-Groups

People
Owner: Nobody in particular
Requestors: slinky [...] mac.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.7.8
Fixed in: 1.8.1



To: spoon [...] cpan.org
Subject: WWW::Yahoo::Groups internationalizing
From: rayc <slinky [...] mac.com>
Date: Thu, 15 May 2003 23:21:27 -0400
Hey Iain, one other thing i came across while using your module was that last_msg_id sometimes fails on some international groups. instead of listing "6038-6067 of 6067" in the title, they list it as "166-196 / 196" to deal with this, in the last_msg_id sub, i made the following change: my (undef, $count) = $content =~ m! <TITLE> [^<]+? \s+ (/|of) \s+ (\d+) [^<]*? <\/TITLE> !six; similarly, in (the new) first_msg_id: my ($count) = $content =~ m! <TITLE> [^<]+? (\d+)-\d+ \s+ (/|of) \s+ \d+ [^<]*? <\/TITLE> !six; come to think of it, these two could be combined into one sub to get first and last return both... just a thought. cheers, rayc
Date: Sun, 18 May 2003 12:25:21 +1000
To: ray c via RT <bug-WWW-Yahoo-Groups [...] rt.cpan.org>
Subject: Re: [cpan #2589] WWW::Yahoo::Groups internationalizing
From: Iain Truskett <spoon [...] cpan.org>
RT-Send-Cc:
* ray c via RT (bug-WWW-Yahoo-Groups@rt.cpan.org) [16 May 2003 13:23]: Show quoted text
> This message about WWW-Yahoo-Groups was sent to you by slinky@mac.com <slinky@mac.com> via rt.cpan.org
Show quoted text
> Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=2589 >
Show quoted text
> one other thing i came across while using your module was > that last_msg_id sometimes fails on some international > groups. instead of listing "6038-6067 of 6067" in the > title, they list it as "166-196 / 196"
Typical. Can't even trust Yahoo Groups to do things simply =) Added. [...] Show quoted text
> come to think of it, these two could be combined into one > sub to get first and last return both... just a thought.
And it is done =) 1.8.0 will see release at some point in the next few hours. Did some other bits of refactoring to it while I was at it. By the way, what's your name? I'd like to put a bit more than just "ray c" in the 'thanks' section. cheers, -- Iain.
From: ray c
[SPOON - Sat May 17 22:25:38 2003]: Show quoted text
> * ray c via RT (bug-WWW-Yahoo-Groups@rt.cpan.org) [16 May 2003 13:23]: >
> > This message about WWW-Yahoo-Groups was sent to you by
> slinky@mac.com <slinky@mac.com> via rt.cpan.org >
> > Full context and any attached attachments can be found at: > > <URL: https://rt.cpan.org/Ticket/Display.html?id=2589 >
>
> > one other thing i came across while using your module was > > that last_msg_id sometimes fails on some international > > groups. instead of listing "6038-6067 of 6067" in the > > title, they list it as "166-196 / 196"
> > Typical. Can't even trust Yahoo Groups to do things simply =) > > Added. > > [...]
> > come to think of it, these two could be combined into one > > sub to get first and last return both... just a thought.
> > And it is done =) 1.8.0 will see release at some point in > the next few hours. Did some other bits of refactoring to it > while I was at it.
nice. Show quoted text
> By the way, what's your name? I'd like to put a bit more > than just "ray c" in the 'thanks' section. >
thanks mate, i'm ray cielencki Show quoted text
> > cheers,
[guest - Sun May 18 02:28:44 2003]: [...] Show quoted text
> > And it is done =) 1.8.0 will see release at some point in > > the next few hours. Did some other bits of refactoring to it > > while I was at it.
> > nice.
1.8.1 is on CPAN now. Show quoted text
> > By the way, what's your name? I'd like to put a bit more > > than just "ray c" in the 'thanks' section. > >
> thanks mate, > i'm ray cielencki
Excellent. CPAN id of Slinky. Added to the THANKS section. Much obliged. -- Iain.