The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dancer2::RPCPlugin::ValidationTemplates - Parameters used in the project.

SYNOPSIS

    package MyThing;
    use Moo;
    with qw(
        Dancer2::RPCPlugin::ValidationTemplates
        MooX::Params::CompiledValidators
    );
    ...

DESCRIPTION

This Moo::Role defines the parameters used in the Dancer2::Plugin::RPC project for use with MooX::Params::CompiledValidators

ValidationTemplates

COPYRIGHT

© MMXXII - Abe Timmerman <abeltje@cpan.org>