Group
Extension

Matches 1

Mojolicious-Plugin-Recaptcha ( D/DM/DMITRYNOD/Mojolicious-Plugin-Recaptcha-0.61.tar.gz, DMITRYNOD, 2012; MetaCPAN )
Mojolicious-Plugin-Recaptcha/lib/Mojolicious/Plugin/Recaptcha.pm ( view source; MetaCPAN )
package Mojolicious::Plugin::Recaptcha;

use strict;
use Mojo::ByteStream;
use Mojo::JSON;

use base 'Mojolicious::Plugin';
our $VERSION = '0.61';

sub register {
	my ($self,$app,$conf) = @_;
	
	$conf
 $options->{'ssl'};
	
	my $scheme = ($conf->{'ssl'}) ? 'https' : 'http';
	
	my $r_options = Mojo::JSON->new()->encode($options);
	$app->renderer->add_helper(
		recaptcha_html => sub {
			my $self = sh

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