From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

FormValidator::Nested::Filter - form filter

SYNOPSIS

my $req = Class::Param->new({ ... });
my $fvt = FormValidator::Nested::Filter->new({
profile_provider => FormValidator::Nested::ProfileProvider::YAML->new({
dir => 't/var/profile',
}),
});
$req = $fvt->filter($req, 'login');

DESCRIPTION

FormValidator::Nested is form filter.

AUTHOR

Masahiro Chiba <nihen@megabbs.com>

SEE ALSO

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.