• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ex/H13-Nov-2013-2414

lib/Geo/Coder/H13-Nov-2013-313109

t/H13-Nov-2013-1611

xt/H13-Nov-2013-148116

ChangesH A D13-Nov-2013329 128

MANIFESTH A D13-Nov-2013415 1918

META.jsonH A D13-Nov-20131.1 KiB5352

META.ymlH A D13-Nov-2013623 3029

Makefile.PLH A D21-Mar-20111.3 KiB5447

READMEH A D13-Nov-2013534 3120

README

1Geo-Coder-OSM
2=============
3
4This module provides an interface to the OpenStreetMap Nominatim API
5
6INSTALLATION
7
8To install this module type the following:
9
10    perl Makefile.PL
11    make
12    make test
13    make install
14
15DEPENDENCIES
16
17This module requires these other modules and libraries:
18
19    Encode
20    JSON
21    LWP::UserAgent
22    Test::More
23    URI
24
25COPYRIGHT AND LICENCE
26
27Copyright (C) 2010-2013 by gray <gray@cpan.org>
28
29This library is free software; you can redistribute it and/or modify it
30under the same terms as Perl itself.
31