Subject: | wish: comparison to Data::FormValidator |
Hello,
I'm interested in some extra documentation that compares this module to
Data::FormValidator, which seems to be covering just the same problem space. There's a
demo of it here:
http://mark.stosberg.com/dfv/
Data::FormValidator includes support for validating file uploads and dates, has built-in
support for Regexp::Common regular expressions, it can also untaint the data in the
process in many cases.
At least, I think a "SEE ALSO" link seems appropriate.