==== version history for Geo::KML
version 0.90:
Changes:
- writeKML() returns the mime-type of the produced data.
- do not automatically add a "Document" root element. There
are more options in the top node.
Improvements:
- add MIME_KML and MIME_KMZ to Geo::KML::Util.
- add gx extensions to KML 2.2.0
- nicer handling of floats, integers and mixed content.
- add test for reading 2.2.0
- move t/99pod.t to xt, which removes the requirement for
Test::Pod
- jump version number to show increased usability.
- remove dependency to Test::Deep
- better docs
version 0.03: Thu Mar 19 09:21:11 CET 2009
Fixes:
- do not use /bin/pwd in t/pod.t
- use Archive::Tar::addString(), not ::addMember() do support older
versions of Archive::Tar
Improvements
- deprecated readKML()
- implement from() as nicer alternative to readKML()
version 0.02: Mon Aug 11 15:37:15 CEST 2008
Fixes:
- ISA fixes in the writer.
Improvements:
- use XML::Compile::Cache as base
- no need for Document top-element in the writer.
- reuse created default reader objects.
version 0.01: Mon Jun 16 13:00:30 CEST 2008
- initial release