NAME:
    Geo::Ellipsoid - Calculate distances, bearings, and locations on 
                     the surface of an ellipsoid.

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install

RELEASE NOTES

This is version 1.0. 
Methods are now guaranteed to return angle values in the range [0,2pi).
Perls older than 5.6 are not supported.

This module is a port of existing Fortran subroutines to Perl.

COPYRIGHT AND LICENCE

Copyright (C) 2005-2008 Jim Gibson

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