Group
Extension

Matches 1

Dancer2-Plugin-FormValidator ( A/AL/ALEXPAN/Dancer2-Plugin-FormValidator-1.04.tar.gz, ALEXPAN, 2022; MetaCPAN )
Dancer2-Plugin-FormValidator/lib/Dancer2/Plugin/FormValidator.pm ( view source; MetaCPAN )


    post '/subscribe' => sub {
        if (not validate profile => $validator) {
            to_json errors;
        }
    };

=head1 BUGS AND LIMITATIONS

If you find one, please let me know.

=hea

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.