Group
Extension

Matches 1

Address-PostCode-India ( M/MA/MANWAR/Address-PostCode-India-0.13.tar.gz, MANWAR, 2019; MetaCPAN )
Address-PostCode-India/lib/Address/PostCode/India.pm ( view source; MetaCPAN )
Code::India - Interface to the India PinCode.

=head1 VERSION

Version 0.13

=cut

use 5.006;
use JSON;
use Data::Dumper;
use Address::PostCode::UserAgent;
use Address::PostCode::India::Place;

use Mo
?pincode=%d", $BASE_URL, $pin_code);
    my $response = $self->get($url);
    my $contents = from_json($response->{'content'});

    return Address::PostCode::India::Place->new($contents->[0]);
}

=he

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