Skip Menu |

This queue is for tickets about the POE-Component-RSSAggregator CPAN distribution.

Report information
The Basics
Id: 20769
Status: resolved
Priority: 0/
Queue: POE-Component-RSSAggregator

People
Owner: Nobody in particular
Requestors: kester [...] iskra.net
Cc:
AdminCc:

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



Subject: Typo on '_fetch' delay set at end of fn '_fetch'
Current version 1.0 has one line where I believe 'fetch' should be '_fetch'. As it is the feed fetched once and then sits there. --- /home/kester/tmp/RSSAggregator.pm 2006-07-31 10:33:11.000000000 +0100 +++ /usr/lib/perl5/site_perl/5.8.8/POE/Component/RSSAggregator.pm 2006-07-31 10:30:24.000000000 +0100 @@ -327,7 +327,7 @@ $kernel->post( $self->{http_alias}, 'request', '_response', $req, $rssfeed->name ); $self->{alarm_ids}{ $rssfeed->name } - = $kernel->delay_set( 'fetch', $rssfeed->delay, $rssfeed->name ); + = $kernel->delay_set( '_fetch', $rssfeed->delay, $rssfeed->name ); } sub _response {
Thanks for the patch, its been fixed and should be out on CPAN soon as version 1.01 -- Jeff Bisbee / jbisbee@cpan.org / jbisbee.multiply.com
Subject: Re: [rt.cpan.org #20769] Typo on '_fetch' delay set at end of fn '_fetch'
Date: Tue, 01 Aug 2006 00:26:00 +0100
To: bug-POE-Component-RSSAggregator [...] rt.cpan.org
From: kester <kester [...] iskra.net>
Jeff Bisbee via RT wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=20769 > > > Thanks for the patch, its been fixed and should be out on CPAN soon as > version 1.01 > > -- Jeff Bisbee / jbisbee@cpan.org / jbisbee.multiply.com
NP thanks for all the rss modules the more I'm fiddling with them for what I need to do the better I like them. Cheers, Kester
Download signature.asc
application/pgp-signature 251b

Message body not shown because it is not plain text.

This was fixed a couple of years ago and was reopened accidently by a bug response. -- Jeff Bisbee / jbisbee@cpan.org / jbisbee.multiply.com