Changes for version 4.65 - 2009-12-30
- NEW FEATURES
- New FV_replace() filter to simplify basic find-and-replace filters: field_filters => { first_name => FV_replace(qr/Mark/,'Don'), },
- BUG FIXES
- DOCUMENTATION
- Typo fixes (Lyle)
- INTERNALS
- Best Practice: Redundant <span> tag was removed from default error message formatting (RT#42926), Thanks to girlwithglasses)
- Best Practice: eliminated some indirect object notation in the tests (Mark Stosberg)
- Now require a new CGI.pm for the build stage (RT#49912, thanks to dsteinbrunner)
- White space improvements (RT#30205, Thanks to Peter Liscovius)
- Fixed a warning in the test suite (RT#42251, Thanks to Frank Wiegand)
Modules
Validates user input (usually from an HTML form) based on input profile.
Basic sets of constraints on input profile.
Validate Dates and Times
Validate File Uploads
Module to create constraints for HTML::FormValidator.
Basic set of filters available in an Data::FormValidator profile.
results of form input validation.
Provides
in lib/Data/FormValidator/Results.pm