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

Changes for version 3.15

  • Instead of explicting supporting CGI and Apache::Request objects, now any object which has a param() method can be used. In particular, this allows CGI::Simple to be used.
    • Before, if you used an object which was not CGI or Apache::Request, it would treat the object as a hash reference and possibly work. Now it will die with a diagnostic message in this case. (Cees Hek)
  • Many documentation typo fixes (Cees Hek and Timothy Appnel)

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.
Object which contains the results of an input validation.