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

..03-May-2022-

ex/H04-Jan-2015-2414

lib/Geo/Coder/H04-Jan-2015-25266

t/H04-Jan-2015-2821

xt/H04-Jan-2015-140107

ChangesH A D04-Jan-2015634 1914

MANIFESTH A D04-Jan-2015418 1918

META.jsonH A D04-Jan-20151.2 KiB5453

META.ymlH A D04-Jan-2015673 3130

Makefile.PLH A D04-Jan-20151.4 KiB5346

READMEH A D04-Jan-2015558 3120

README

1Geo-Coder-TomTom
2================
3
4This module provides an interface to the the geocoding functionality of the
5TomTom route planner.
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    JSON
21    LWP::UserAgent
22    Test::More
23    URI
24
25COPYRIGHT AND LICENCE
26
27Copyright (C) 2010-2015 by gray <gray@cpan.org>
28
29This library is free software; you can redistribute it and/or modify it under
30the same terms as Perl itself.
31