GIS::Distance version 0.01002
=========================

This perl library aims to provide as many tools to make it as simple as possible to calculate
distances between geographic points, and anything that can be derived from that.

INSTALLATION

To install this module type the following:

  perl Makefile.PL
  make
  make test
  make install

DEPENDENCIES

  Class::Measure
  Test::More
  Class::Data::Accessor

COPYRIGHT AND LICENCE

Copyright (C) 2003-2006 Aran Clary Deltac

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

