Group
Extension

Matches 1

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

our $VERSION = '0.1';

use strict;

use Carp qw(croak);
use Encode;
use JSON;
use LWP::UserAgent;
use Net::OAuth;
use URI;

$Net::OAuth::PROTOCOL_VERSION = Net::OAuth::PROTOC
s_error ) {
		die "PlaceFinder API returned error: " . $res->status_line;
	};

	my $data = decode_json( $res->content );

	my $response = $data->{bossresponse}->{placefinder}->{results}->[0];

	my $re

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