Revision history for Perl extension Geo::Proj4.
version 0.98: Fri Mar 9 14:16:09 CET 2007
- moved eg/ to examples/, probably easier to find.
- added examples/use_epsg.pl, and use of epgs files in synopsis.
Thanks to [Michael R. Davis] Translated POD in script to text,
to avoid search.cpan.org to index it as package documentation.
- converted production of manual pages to use oodist, which
eliminated the need for the mkdist, mkdoc, version files,
but added PODTAIL.txt and text to Makefile.PL
- renamed test_list into examples/test_list.pl
- removed use of ppport.h, which is probably not used.
- added documentation for the two error messages.
version 0.97: Sat Nov 4 12:14:22 CET 2006
- Avoid double free() on DESTROY by simply forgetting to free
the memory. Of course this leaks, which should be fixed in
next release.
version 0.96: Mon Dec 12 11:58:18 CET 2005
- added projection() and datum()
- renamed or datum(), ellipsoid(), and unit() into ....Info()
version 0.95: Fri Nov 25 17:27:21 CET 2005 (public release)
- minor doc improvements
version 0.12: Sat Nov 19 10:37:45 CET 2005 (internal release)
- new maintainer: Mark Overmeer
- converted ExtUtils::MakeMaker in Makefile.PL
- moved Proj4.pm to lib/Geo/Proj4
- create manual page with OODoc, to be able to integrate it with
Geo::Point docs.
- So many extensions!!!!
version 0.11: Sat Mar 27 15:52:42 PST 2004
- Fixed build errors in typemap with more current versions of gcc.
- Switched Makefile.PL to use Module::Install.
version 0.10: Sat Mar 27 03:44:33 PST 2004
- Initial cut of Geo::Proj4.