Group
Extension

Matches 1

CPAN-Testers-WWW-Reports-Query-Report ( B/BA/BARBIE/CPAN-Testers-WWW-Reports-Query-Report-0.05.tar.gz, BARBIE, 2016; MetaCPAN )
CPAN-Testers-WWW-Reports-Query-Report/lib/CPAN/Testers/WWW/Reports/Query/Report.pm ( view source; MetaCPAN )
rieves a specific report.
 
=head1 SYNOPSIS

    # default options
    my %options = (
        as_json => 0,                       # the default
        as_hash => 0,                       # the defau
:Fact, as a CPAN::Testers::Report object. 
If you wish to manipulate this differently, use the as_json or as_hash to 
return more simplified forms.

    # get by id
    my $result = $query->report( re
turn as JSON
    my $result = $query->report( report => 40000000, as_json => 1 );

    # force return as a hash
    my $result = $query->report( report => 40000000, as_hash => 1 );

The as_json and as

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