Geo-ShapeFile
view release on metacpan or search on metacpan
lib/Geo/ShapeFile.pm view on Meta::CPAN
package Geo::ShapeFile;
use strict;
use warnings;
use Carp;
use IO::File;
use Geo::ShapeFile::Shape;
use Config;
use List::Util qw /min max/;
use Scalar::Util qw/weaken/;
use Tree::R;
use constant ON_WINDOWS => ($^O eq 'MSWin32');
use if ON_WINDOWS, 'Win32::LongPath';
our $VERSION = '3.03';
my $little_endian_sys = unpack 'b', (pack 'S', 1 );
# Preloaded methods go here.
( run in 1.518 second using v1.01-cache-2.11-cpan-65fba6d93b7 )