Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the HTML-FormHandler CPAN distribution.

Report information
The Basics
Id: 58561
Status: resolved
Priority: 0/
Queue: HTML-FormHandler

People
Owner: Nobody in particular
Requestors: pete [...] cubabit.net
Cc:
AdminCc:

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



Subject: HTML::FormHandler::Field::Duration has invalid maketest template
This raises an exception. Can I also suggest a colon is added between the parent field name and the child name? Attached is a patch.
Subject: Duration.pm.diff
36c36 < $self->add_error( "Invalid value for [1_] [2_]", $self->loc_label, $child->loc_label ); --- > $self->add_error( "Invalid value for [_1]: [_2]", $self->loc_label, $child->loc_label );
From: pete [...] cubabit.net
Subject should say "maketext" On Mon Jun 21 08:47:55 2010, cubabit-2 wrote: Show quoted text
> This raises an exception. Can I also suggest a colon is added between > the parent field name and the child name? > > Attached is a patch.
Fixed in repository. Will be in next release.