The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Geo-Cartogram version 0.01
==========================

A cartogram is a map in which the sizes of the enumeration units have been rescaled according
to an attribute they posses rather than their actual size.

At this version, Geo::Cartogram just generates input files for Michael Gastner's cartogram program
(http://www.santafe.edu/%7Emgastner/).

See Geo::Cartogram manpage for more information.


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:

  Geo::ShapeFile

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2006 by Luis Fagundes

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.