Geo-Location-TimeZone

 view release on metacpan or  search on metacpan

INSTALL  view on Meta::CPAN


               perl Makefile.PL
               make
               make test
               make install

This should run on perl5 and later.  It might run on perl4.

Hard dependencies:

	Math::Polygon

b/build-data.pl  view on Meta::CPAN

#!/usr/bin/perl

$|=1;
use strict;
use Geo::ShapeFile;
use Math::Polygon;
use Data::Dumper;

use lib "../lib";
use lib "lib";
use Geo::Location::TimeZone;
# This is a hacky script to generate the data used by Geo::Location::TimeZone.
# It essentially uses brute force.  It is run by the package maintainer, and
# not as part of unpacking the package.
# The steps taken are:
#	1) Read in list of centroid points and matching names.

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.491 second using v1.00-cache-2.02-grep-82fe00e-cpan-1925d2aa809 )