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

..03-May-2022-

ex/H30-Sep-2009-6440

lib/Geo/Coder/H30-Sep-2009-20657

t/H30-Sep-2009-1511

xt/H30-Sep-2009-12194

ChangesH A D30-Sep-2009104 53

MANIFESTH A D30-Sep-2009331 1817

META.ymlH A D30-Sep-2009752 3130

Makefile.PLH A D30-Sep-20091.2 KiB5043

READMEH A D30-Sep-2009537 3019

README

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