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

Changes for version 3.51

  • THINGS THAT MIGHT BREAK YOUR CODE
    • The default formatting now uses the 'class' attribute in the <span> tag instead of the 'id' attribute. This shouldn't be a big deal and may actually make CSS styling easier, but it is a change. (Drew Taylor)
  • BUG FIXES
    • In some cases empty fields were marked as 'valid' under mod_perl when they shouldn't be. (Drew Taylor)
    • Prevent unnecessary death due to $@ being set. (Kevin Baker)
    • Fixed documentation typo related to writing your own constraints (Stewart Russell)
  • ENHANCEMENTS
    • valid() can now return multiple values in array context.
    • Mention Data::FormValidator::Util::HTML
    • Added new t/constraints_builtin.t as a beginning of more through testing of the built-in constraints.
    • Several documentation updates (Kevin Baker)

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.