Mojolicious-Plugin-Captcha-reCAPTCHA
view release on metacpan or search on metacpan
lib/Mojolicious/Plugin/Captcha/reCAPTCHA.pm view on Meta::CPAN
=head1 VERSION
version 0.05
=head1 DEPRECATION NOTE
Mojolicious::Plugin::Captcha::reCAPTCHA is deprecated and you should consider
switching to L<Mojolicious::Plugin::ReCAPTCHAv2>.
The latter one uses the newer v2 API of Googles reCAPTCHA service and also has
no dependencies besides Mojolicious (and IO::Socket::SSL, which again is a
dependency of Mojolicious itself).
=head1 METHODS/HELPERS
=head2 recaptcha
A helper named 'recaptcha' is created that can be used to access the L<Captcha::reCAPTCHA>
object.
my $recaptcha_obj = $self->recaptcha;
( run in 0.480 second using v1.01-cache-2.11-cpan-4d50c553e7e )