Release the Validator :: Custom 0.27 - improvement of grammar, handling of a multiple values, improvement of the OR validation
Validator::Custom 0.27 is release. This is a form validation module made of Perl. I was released it on CPAN.
Validator::Custom 0.27 Release
In the recent changes, while it keep backword compatibility, it is an effort to get the Mojolicious::Validator grammar. Validator::Custom is more customizable than Mojolicious::Validator yet now.
use Validator::Custom;my $vc = Validator::Custom->new;
# my $data = {
name => 'kimoto',
age …