Skip Menu |

This queue is for tickets about the AnyEvent-Feed CPAN distribution.

Report information
The Basics
Id: 61278
Status: resolved
Priority: 0/
Queue: AnyEvent-Feed

People
Owner: Nobody in particular
Requestors: BlueT [...] BlueT.org
Cc:
AdminCc:

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



Subject: SYNOPSIS bug in AnyEvent::Feed
my ($hash, $entry) = @_; should be my ($hash, $entry) = @$_; at line: 44 in Feed.pm
Subject: Re: [rt.cpan.org #61278] SYNOPSIS bug in AnyEvent::Feed
Date: Sun, 12 Sep 2010 10:32:37 +0200
To: BlueT - Matthew Lien - 練喆明 via RT <bug-AnyEvent-Feed [...] rt.cpan.org>
From: Robin Redeker <elmex [...] ta-sa.org>
Hi! On Sat, Sep 11, 2010 at 07:13:24PM -0400, BlueT - Matthew Lien - 練喆明 via RT wrote: Show quoted text
> Sat Sep 11 19:13:23 2010: Request 61278 was acted upon. > Transaction: Ticket created by BLUET > Queue: AnyEvent-Feed > Subject: SYNOPSIS bug in AnyEvent::Feed > Broken in: 0.2 > Severity: Normal > Owner: Nobody > Requestors: BlueT@BlueT.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=61278 > > > > my ($hash, $entry) = @_; > should be > my ($hash, $entry) = @$_; > at line: 44 in Feed.pm
Thanks for the report. It's already fixed in the git repository, I will close the ticket once I released the new version. Greetings, Robin -- Robin Redeker | Deliantra, the free code+content MORPG elmex@ta-sa.org / r.redeker@gmail.com | http://www.deliantra.net http://www.ta-sa.org/ |
Just released the new version now. Thanks for the report! Greetings, Robin