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

..03-May-2022-

ex/H28-Jun-2013-3321

lib/Geo/Coder/H28-Jun-2013-31299

t/H28-Jun-2013-5041

xt/H28-Jun-2013-188147

ChangesH A D28-Jun-2013999 3023

MANIFESTH A D28-Jun-2013433 2019

META.jsonH A D28-Jun-20131.2 KiB5554

META.ymlH A D28-Jun-2013659 3231

Makefile.PLH A D01-Jun-20111.5 KiB5750

READMEH A D28-Jun-2013564 3221

README

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