Geo/ShapeFile version 0.01
==========================

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

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  Carp
  IO::File
  Data::Dumper

COPYRIGHT AND LICENCE

Copyright (C) 2000-2003 Jason Kohles

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

