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