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