Revision history for Perl extension Image::GeoTIFF::Tiled.

0.05  Mon Jul 12 15:38:00 2010
    - return value of coordinates are lists
    - removed image reference from Iterator.pm to prevent 
      circular references
    - added adjacencies() to Iterator.pm (adjacent values)
    - added bounds() to Tiled.pm (image boundary)
    - soft-coded null value (-1) to $NULL package variable in 
      Iterator.pm
    - added convenince method get_iterator() to Tiled.pm

0.04  Wed Sep 30 00:00:00 2009
    - improved get_x() efficiency by using part sorting
    - fixed pod code (ticket #51743)
    - lazy test plans in test scripts that require optional
      modules to prevent failed tests

0.03  Wed Sep 02 04:27:00 2009
    - fixed bug where x values during ray-casting were being
      sorted lexically instead of numerically
        --changed get_x() in Shape.pm

0.02  Mon Aug 31 04:10:00 2009
    - allow loading of all multi-part ShapeFile types
        --added reset_points() method in Shape.pm
    - cleaned up distribution
        --removed Tiled.pm from lib/ in make

0.01  Tue Aug 18 17:32:36 2009
	- original version; created by h2xs 1.23 with options
		--compat-version=5.6.0 -PAXn Image::GeoTIFF::Tiled