Group
Extension

Matches 1

Word-Rhymes ( S/ST/STEVEB/Word-Rhymes-1.04.tar.gz, STEVEB, 2021; MetaCPAN )
Word-Rhymes/lib/Word/Rhymes.pm ( view source; MetaCPAN )
s;

use strict;
use warnings;

our $VERSION = '1.04';

use Carp qw(croak);
use HTTP::Request;
use JSON;
use LWP::UserAgent;

use constant {
    # Core
    MIN_SCORE           => 0,
    MAX_SCORE      
esponse = $ua->request($req);
    }

    if ($self->file || $response->is_success) {

        my $json;

        if ($self->file) {
            {
                local $/;
                open my $fh,
           $json = <$fh>;
                close $fh;
            }
        }
        else {
            $json = $response->decoded_content;
        }

        my $result = decode_json $json;

        

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