The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Data::FormValidator::Profile

0.08      2021-01-05 00:07:06-08:00 America/Vancouver
    - Switch to Dist::Zilla
    - Ensure that our namespace is clean.
    - POD cleanups; spelling
    - Bump minimum required Perl to 5.10; the minimum required for
      Regexp::Common, which is a dependency of Data::FormValidator

0.07    Thu Nov 28 10:54 PST 2013
    - fix "make_optional()" and "make_required()" so they can accept empty
      lists

0.06    Tue Jul 31 12:09 PDT 2012
    - correct date stamp in Changes file

0.05    Tue Jul 31 12:06 PDT 2012
    - added methods to provide easy access to the list of required/optional
      fields in the profile.

0.04    Wed Feb 1 12:06 PST 2012
    - new method to turn required fields into optional ones, and one to turn
      optional fields into required ones.

0.03    Mon May 10 22:30 PDT 2010
    - new "check($data)" method, short-hand for
      "Data::FormValidator->check($data, $profile->profile)"
    - added docs about call-chaining, for easier profile manipulation

0.02    Fri Apr 23 21:36 PDT 2010
    - switch to Git
    - new "set()" method, for when you want to explicitly set/override values
      in the profile
    - new "add()" method, to help add new fields to the profile
    - all methods now allow for call chaining

0.01    Fri Mar  7 15:15 PST 2008
    - initial version