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

..03-May-2022-

t/H06-Jul-2005-169

Caching.pmH A D06-Jul-20059.9 KiB431274

ChangesH A D06-Jul-2005159 74

MANIFESTH A D06-Jul-200553 76

Makefile.PLH A D06-Jul-2005579 1512

READMEH A D06-Jul-2005865 3721

README

1Geo/Caching version 0.10
2========================
3
4This module provides a perl interface into the geocaching.com website.  It allows you to query caches by user, zipcode, name and lat/lon coordinates.  It can return the cache details as an array of Geo::Cache objects or can convert that array of objects into an XML string in GPX format.
5
6
7INSTALLATION
8
9To install this module type the following:
10
11   perl Makefile.PL
12   make
13   make test
14   make install
15
16DEPENDENCIES
17
18This module requires these other modules and libraries:
19
20* WWW::Mechanize 1.12
21* Geo::Cache 0.20
22* Geo::Gpx 0.10
23
24
25COPYRIGHT AND LICENCE
26
27This program is free software; you can redistribute
28it and/or modify it under the same terms as Perl itself.
29
30The full text of the license can be found in the
31LICENSE file included with this module.
32
33
34Copyright (C) 2005 Casey P. Lee
35http://www.cplee.org
36
37