Skip Menu |

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

Report information
The Basics
Id: 4718
Status: resolved
Priority: 0/
Queue: WWW-UsePerl-Journal

People
Owner: Nobody in particular
Requestors: rjbs [...] cpan.org
Cc: barbie [...] missbarbell.co.uk
AdminCc:

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



Subject: bugs in postentry
There are two nearly-critical problems with postentry. First: the POD indicates that the parameters should be enclosed in a hashref. This is not true, they should be passed as a list. Second: the UA call to send the form to use.perl sends 1 or 0 for the journal_discuss option, when it should in fact send "enabled" or "disabled" It Just Works again if I replace the line in that pair for %data with: journal_discuss=> ($params{comments} ? 'enabled' : 'disabled'),
Hello, Thanks for the bug report. I'll try to have a new release out next week. Regarding the second bug, I imagine use.perl.org has changed its html, as that has broken the module before. I'm not ruling out that it's always been broken though :) Cheers, Russell
Bump! [IDORU - Fri Dec 19 07:24:07 2003]: Show quoted text
> Hello, > Thanks for the bug report. I'll try to have a new release out next > week. > Regarding the second bug, I imagine use.perl.org has changed its html, > as that has broken the module before. I'm not ruling out that it's > always been broken though :) > > Cheers, > Russell
-- Ian Langworth
Date: Fri, 1 Jul 2005 12:34:00 +0100
From: Russell Matbouli <russell [...] futureless.org>
To: via RT <bug-WWW-UsePerl-Journal [...] rt.cpan.org>
Subject: Re: [cpan #4718] bugs in postentry
RT-Send-Cc:
Hi, On Fri, Jul 01, 2005 at 01:27:44AM -0400, via RT wrote: Show quoted text
> > This message about WWW-UsePerl-Journal was sent to you by IAN <IAN@cpan.org> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=4718 >
Sorry I never got round to fixing this, but I've passed the module on to Barbie now, hopefully he will fix it for you. Thanks, -- Russell Matbouli | I'll remove the cause russell@futureless.org | but not the symptoms PGP KeyID: 0x3CA84CF4 |
Date: Fri, 1 Jul 2005 12:57:49 +0100
From: Russell Matbouli <russell [...] futureless.org>
To: Russell Matbouli via RT <bug-WWW-UsePerl-Journal [...] rt.cpan.org>
Subject: Re: [cpan #4718] bugs in postentry
RT-Send-Cc:
Hi Barbie, On Fri, Jul 01, 2005 at 07:34:25AM -0400, Russell Matbouli via RT wrote: Show quoted text
> On Fri, Jul 01, 2005 at 01:27:44AM -0400, via RT wrote:
> > > > This message about WWW-UsePerl-Journal was sent to you by IAN <IAN@cpan.org> via rt.cpan.org > > > > Full context and any attached attachments can be found at: > > <URL: https://rt.cpan.org/Ticket/Display.html?id=4718 >
An old bug for you - please check the queue. Sorry! :) -- Russell Matbouli | I write this alone in my bed russell@futureless.org | I've poisoned every room in the house PGP KeyID: 0x3CA84CF4 |
Both bugs fixed in 0.14.