Group
Extension

Matches 3

WebService-Google-Closure ( M/ME/MERIXZON/WebService-Google-Closure-0.10.tar.gz, MERIXZON, 2011; MetaCPAN )
WebService-Google-Closure/lib/WebService/Google/Closure.pm ( view source; MetaCPAN )
def,
);

has output_format => (
    is         => 'ro',
    isa        => Str,
    default    => 'json',
    init_arg   => undef,
);

has output_info => (
    is         => 'ro',
    isa        => Arr
WebService-Google-Closure ( M/ME/MERIXZON/WebService-Google-Closure-0.10.tar.gz, MERIXZON, 2011; MetaCPAN )
WebService-Google-Closure/lib/WebService/Google/Closure/Response.pm ( view source; MetaCPAN )
vice::Google::Closure::Response;

use Moose;
use MooseX::Types::Moose qw( ArrayRef Str Int );
use JSON;

use WebService::Google::Closure::Types qw( ArrayRefOfWarnings ArrayRefOfErrors Stats );

has fo
sa        => Str,
    trigger    => sub { my $self = shift; die "Bad format - only json" unless $self->format eq 'json' },
);

has content => (
    is         => 'ro',
    isa        => Str,
    trigg
rn 0;
    }
    return 1;
}

sub _set_content {
    my $self = shift;

    my $json = JSON->new();
    my $content = $json->decode( $self->content );
    foreach my $key ( keys %{ $content } ) {
     
WebService-Google-Closure ( M/ME/MERIXZON/WebService-Google-Closure-0.10.tar.gz, MERIXZON, 2011; MetaCPAN )
WebService-Google-Closure/lib/WebService/Google/Closure/Types.pm ( view source; MetaCPAN )
use MooseX::Types::Moose qw( ArrayRef HashRef Str Int Undef );
use Perl6::Junction qw( any );
use JSON;

use WebService::Google::Closure::Type::Warning;
use WebService::Google::Closure::Type::Error;
u

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