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