Revision history for Geo-Gpx
0.13 2006-11-26
Implement complete support for parsing and generating GPX 1.0
and 1.1 documents
0.14 2006-12-12
Added support for 'input' option that is passed through unchanged
to XML::Descent. The old 'xml' option is still supported for legacy
use.
0.15 2006-12-14
Minor documentation typos fixed.
Fixed problems due to differing numeric precision on different
platforms in t/03.gen-parse.t and t/04.legacy.t
0.16 2007-02-11
Fixed idiotic dependency on rand producing the same values given
the same seed on all platforms.
0.17 2007-02-23
Added machine readable licence.
0.18 2007-08-07
Replaced AUTOLOAD with generated accessors.
Added bd foy's suggested add_waypoint method.
0.19 2007-10-11
Fixed wpt element ordering per #29909