The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Geo/Caching version 0.10
========================

This 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.


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

* WWW::Mechanize 1.12
* Geo::Cache 0.20
* Geo::Gpx 0.10


COPYRIGHT AND LICENCE

This program is free software; you can redistribute
it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the
LICENSE file included with this module.


Copyright (C) 2005 Casey P. Lee 
http://www.cplee.org