The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Location-GeoTool version 1.01
=========================

This module is for one who wants to handle NTT DoCoMo's
"Open i-Area" system.
By this module, you can create i-Area object from Geo coordinate
or i-Area code.
And, from i-Area object, you can get
  > Area code
  > Area name
  > Prefecture name of this area
  > Region name of this area
  > South, west, north, east limit of this area

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

Carp
Location::GeoTool

COPYRIGHT AND LICENCE

Copyright (C) 2004-2007 by Kokogiko!,

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.0 or,
at your option, any later version of Perl 5 you may have available.