Skip Menu |

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

Report information
The Basics
Id: 46363
Status: resolved
Priority: 0/
Queue: HTML-FormFu

People
Owner: Nobody in particular
Requestors: TJC [...] cpan.org
Cc: tobyc [...] strategicdata.com.au
AdminCc:

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



CC: tobyc [...] strategicdata.com.au
Subject: Incorrect documentation on HTML::FormFu::Constraint::Equal
The documentation for HTML::FormFu::Constraint::Equal gives an example of: type: Equal name: repeat_password others: password However entering that will give an error that ->name() cannot be used as a setter in _Field.pm. Deleting the "name: repeat_password" out of the form definition prevents this error from occuring.
On Tue May 26 01:24:01 2009, TJC wrote: Show quoted text
> The documentation for HTML::FormFu::Constraint::Equal gives an example of: > > type: Equal > name: repeat_password > others: password > > However entering that will give an error that ->name() cannot be used as > a setter in _Field.pm.
I've patched the documentation in svn revision 1599. Thank you.