The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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
    • Untainted multi-line fields are no longer truncated after the first newline. (RT#44004, Thanks to Matthew Lawrence)
    • Fix bug when the constraint_method contains a capturing parens and 0 is a valid value. (RT#45177, Thanks to Junior Medina and Mark Stosberg)
  • 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
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