The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Geo/ShapeFile version 2.52
==========================

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
  Math::Trig
  Test::More (if you want to run the tests)

REPORTING BUGS

Please report any bugs or problems by sending email to:
geo-shapefile-bugs@jasonkohles.com

EXAMPLES

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

COPYRIGHT AND LICENCE

Copyright (C) 2000-2007 Jason Kohles

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