# Geo::Ellipsoid [![Build Status](https://travis-ci.org/tbrowder/Geo-Ellipsoid-Perl6.svg?branch=master)](https://travis-ci.org/tbrowder/Geo-Ellipsoid-Perl6) Longitude and latitude calculations using an ellipsoid model. # INSTALLATION To install this module, run the following command: ``` perl6 $ zef install Geo::Ellipsoid ``` # TESTING 1. To run the test suite: ``` perl6 $ make test ``` 2. To run an individual test: ``` perl6 $ perl6 -Ilib t/test-filename.t ``` 3. To compare the results of this module to the CPAN Perl 5 version: ``` perl6 $ make test-orig ``` # RELEASE NOTES This is the port of the CPAN Perl 5 version to Perl 6. # RELEASE NOTES (from the original CPAN version) This module is a port of existing Fortran subroutines to Perl. # COPYRIGHT Copyright (C) 2015-2017 Tom Browder <> Copyright (C) 2005-2008 Jim Gibson # LICENSE Artistic 2.0 This program is free software; you can redistribute it or modify it under the same terms as Perl itself.