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

0.15

        - no code changes. just re-submitting by pause permission issue

0.14

        - fix: not ignore zero in regex constraint (bayashi++)

0.13

        - suppress warnings(walf443)
        - added Constraint::Time(walf443)

0.12

        - allow empty string parameter when NOT_NULL constraints is not set
        - fixed regexp of INT, UINT constraints (fujiwara++)

0.11

        - some pod fix(by kan++)

0.10

        - no feature changes

0.09

        - added docs. 

0.08

        - depend to CGI.pm 3.31 or later.
          old CGI.pm has a bug, on osx.
          (suggested by yappo++)

0.07

        - oops. fixed broken test.

0.06

        - use isa for detect request object type
          (suggested by typester++)

0.05

        - added $validator->get_error_messages_from_param($param) method
          (by nekokak++)

0.04

        - do not modify arguments in $fvl->check().
          (reported by craftworks++)

0.03

        - bump up version

0.02_02

        - oops. i don't use List::MoreUtils.

0.02_01

        - fixed uuv
        - added set_message method

0.02

        - is_valid returns 1 or 0
        - support single value date validation

0.01_05

        - support NOT_NULL constraint in {date => [qw/y m d/]} style key

0.01_04

        - added new constraint 'choice'

0.01_03

        - oops. remove 'use Smart::Comments'

0.01_02

        - my name is tokuhirom. not a 'default name'
        - added japanese error message dictionary
        - use gettext style parameter for messages

0.01_01

        - initial developer release