Group
Extension

Matches 1

Geo-Coder-Mapquest ( G/GR/GRAY/Geo-Coder-Mapquest-0.06.tar.gz, GRAY, 2013; MetaCPAN )
Geo-Coder-Mapquest/lib/Geo/Coder/Mapquest.pm ( view source; MetaCPAN )
package Geo::Coder::Mapquest;

use strict;
use warnings;

use Carp qw(croak);
use Encode ();
use JSON;
use LWP::UserAgent;
use URI;
use URI::Escape qw(uri_unescape);

our $VERSION = '0.06';
$VERSION =
f the response from 'application/json' so
    # HTTP::Message will decode the character encoding.
    $res->content_type('text/plain');

    my $data = eval { from_json($res->decoded_content) };
    r
f the response from 'application/json' so
    # HTTP::Message will decode the character encoding.
    $res->content_type('text/plain');

    my $data = eval { from_json($res->decoded_content) };
    r

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