Geo/ShapeFile version 2.54
==========================

Geo::ShapeFile is a perl library for reading ESRI shape files (such as
those produced by the ESRI ArcGIS application).

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install


REPORTING BUGS

Please report any bugs or problems to:
https://github.com/shawnlaffan/Geo-ShapeFile/issues

EXAMPLES

Some example scripts (hopefully documented) can be found in the eg/ directory.

COPYRIGHT AND LICENCE

Copyright (C) 2000-2013 Jason Kohles
Copyright (C) 2014      Shawn Laffan


This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. 

