Group
Extension

Matches 2

Net-Google-AuthSub ( S/SI/SIMONW/Net-Google-AuthSub-0.5.tar.gz, SIMONW, 2009; MetaCPAN )
Net-Google-AuthSub/lib/Net/Google/AuthSub.pm ( view source; MetaCPAN )
ails.

=cut


our %BUGS = (
    'not_dopplr_any_more' => {
        'cuddled'       => 1,
        'json_response' => 1,
    },
);

sub new {
    my $class  = shift;
    my %params = @_;

    $params{_u
Net-Google-AuthSub ( S/SI/SIMONW/Net-Google-AuthSub-0.5.tar.gz, SIMONW, 2009; MetaCPAN )
Net-Google-AuthSub/lib/Net/Google/AuthSub/Response.pm ( view source; MetaCPAN )
f ($opts{_compat}->{json_response}) {
        eval 'use JSON::Any';
        die "You need to install JSON::Any to use JSON responses" if $@;
        %values = %{JSON::Any->from_json($response->content

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