.... use Mojolicious::Plugin::ReCAPTCHAv2; sub startup { .... $self->plugin('ReCAPTCHAv2', { sitekey => '...', secret => '....', }); ... }