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