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

..03-May-2022-

ex/H04-Mar-2015-2818

lib/Geo/Coder/H04-Mar-2015-347124

t/H04-Mar-2015-2215

xt/H04-Mar-2015-242195

ChangesH A D04-Mar-20151.7 KiB5339

MANIFESTH A D04-Mar-2015406 1817

META.jsonH A D04-Mar-20151.2 KiB5453

META.ymlH A D04-Mar-2015663 3130

Makefile.PLH A D29-Mar-20111.4 KiB5346

READMEH A D04-Mar-2015532 3120

README

1Geo-Coder-Bing
2==============
3
4This module provides an interface to the Bing Maps Geocoding API
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
25COPYRIGHT AND LICENCE
26
27Copyright (C) 2009-2015 by gray <gray@cpan.org>
28
29This library is free software; you can redistribute it and/or modify it
30under the same terms as Perl itself.
31