The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension FormValidator::Lite

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