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 );