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.