Group
Extension

Matches 1

Geo-Coder-Cloudmade ( F/FR/FRIFFIN/Geo-Coder-Cloudmade-0.7.tar.gz, FRIFFIN, 2014; MetaCPAN )
Geo-Coder-Cloudmade/Cloudmade.pm ( view source; MetaCPAN )
e Geo::Coder::Cloudmade;

our $VERSION = '0.7';

use strict;

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


sub new {
    my $class = shift;
    my 
e "Cloudmade API returned error: " . $res->status_line;
    }

    local $JSON::Syck::ImplicitUnicode = 1;
    my $data = JSON::Syck::Load( $res->content );

    my $results = [];

    foreach my $poi

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