docs
[Geo-TomTom-Geocoding.git] / README
1 Geo-TomTom-Geocoding
2
3 Interface to the TomTom geocoding service.
4
5 INSTALLATION
6
7 To install this module, run the following commands:
8
9         export TOMTOM_API_KEY=<your API key> # recommended for testing
10         perl Makefile.PL
11         make
12         make test
13         make install
14
15 SUPPORT AND DOCUMENTATION
16
17 After installing, you can find documentation for this module with the
18 perldoc command.
19
20     perldoc Geo::TomTom::Geocoding
21
22 Commercial support is available from Freeside Internet Services
23 L<http://www.freeside.biz>
24
25
26 LICENSE AND COPYRIGHT
27
28 Copyright (C) 2013 Freeside Internet Services, Inc
29
30 This program is free software; you can redistribute it and/or modify it
31 under the terms of either: the GNU General Public License as published
32 by the Free Software Foundation; or the Artistic License.
33
34 See http://dev.perl.org/licenses/ for more information.
35
36 The following copyright notice applies to the TomTom Geocoding data:
37
38 Copyright (C) 1992 – 2011 TomTom. All rights reserved. This material is
39 proprietary and the subject of copyright protection, database right
40 protection and other intellectual property rights owned by TomTom or its
41 suppliers. The use of this material is subject to the terms of a license
42 agreement. Any unauthorized copying or disclosure of this material will lead
43 to criminal and civil liabilities.
44