=== version history of Geo::GML
All change mades by Mark Overmeer, unless explicitly assigned to
someone else.
version 0.12: Wed Jan 21 11:15:46 CET 2009
Fixes:
- version 3.2.1 needs smil spec of 3.1.1
- require XML::Compile 1.00 for xlink fixes.
Changes:
- extend from XML::Compile::Cache, instead of having it as
helper object.
Improvements:
- share man-page tail with other Geo::* modules.
- doc hint about use of template()
- direct availability of Geo::Proj object for all shapes via
new proj4() method.
- allow other GML versions to be registered (used by Geo::EOP)
version 0.11: Thu Jun 12 09:31:12 CEST 2008
Changes:
- removed all the ::2_0_0 (and so on) extensions, merging the
specifics into Geo::GML itseld. This simplifies the
implementation a lot.
Improvements:
- added t/pod.t for pod tests.
- fixed the copyright statement in the manual-pages.
- reference to new module Geo::ISO19139
version 0.10: Mon Jun 9 14:04:35 CEST 2008
- initial release