Revision history for Perl module Geo::Ellipsoid
0.01 Mon Oct 24 17:18:31 2005
- original version; created by ExtUtils::ModuleMaker 0.43
0.9 Fri Oct 28 2005
- first version uploaded to PAUSE
0.901 Mon Oct 31 2005
- Add Test::Number::Delta to prerequisites in Makefile.PL.
- Include correct README file.
- Correct version number in Ellipsoid.pm POD.
0.902 Fri Nov 4 2005
- Change WGS84 flattening value to 298.257223563.
- Add set_defaults package method (and tests).
- Add 'IAU76' to POD section on DEFINED ELLIPSOIDS
- Croak on invalid ellipsoid or units.
- Don't change defaults except by set_defaults.
- Use package $DEBUG instead of instance $self->{debug} for debug.
- Don't test bearing angle between points when the same.
0.903 Sat Aug 19 2006
- Change test for zero flattening to use delta_within instead of delta_ok
0.904 Tue Aug 22 2006
- Eliminate tests using points too far away.
- Use delta_ok with relative test instead of delta_within for large
ranges.
1.0 Fri Mar 21 2008
- Normalized calculated angle result from _inverse to be
less than 360.00 using normalizeinput subroutine.
- Fixed POD error (extraneous =over)
- Add 'use 5.006_00;' statement to abort Perls earlier than 5.6.0
because of 'our' statements.
- Fix tests expecting 360 degrees for angles; change to 0.
1.1 Sun Jun 30 2008
- Added set_longitude_symmetric, set_bearing_symmetric, and
set_distance_unit methods
- Corrected example of at method in documentation
- Ensured no test too close to range boundaries (0,360 or -180,180)
- Removed non-POD method headers as redundant.
- Added tests for different distance units and symmetrical output
ranges.
1.2 Fri Jul 4 2008
- Correct bearing tests in 09-bearing.t