NAME
FormValidator::Nested::Filter - form filter
SYNOPSIS
use FormValidator::Nested::Filter;
use Class::Param;
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.