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

..03-May-2022-

ex/H04-Nov-2011-2414

lib/Geo/Coder/H04-Nov-2011-29168

t/H04-Nov-2011-2013

xt/H04-Nov-2011-161127

ChangesH A D04-Nov-2011429 1511

MANIFESTH A D04-Nov-2011415 1918

META.jsonH A D04-Nov-20111.1 KiB5352

META.ymlH A D04-Nov-2011608 3029

Makefile.PLH A D18-Dec-20101.4 KiB5750

READMEH A D30-Apr-2011555 3221

README

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