geoiplite-update version 0.90
=============================

NAME

    geoiplite-update - update MaxMind's "lite" databases

SYNOPSIS

    geoiplite-update
    geoiplite-update -c /etc/geoiplite-update.conf

OPTIONS

    -h, --help         brief help message
        --man          full documentation
    -q, --quiet        do not display informational messages (default)
    -v, --verbose      display informational messages
    -c, --config=FILE  configuration file

DESCRIPTION

This program will check for monthly updates to MaxMind's "lite"
databases. It will download, decompress, and install the databases you
specify.

MaxMind offer free databases from the following location:

    http://www.maxmind.com/download/geoip/database/

There is a "country" database that maps IP address to country code and
a "city" database that also maps to region and city.

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:

  LWP
  Compress::Zlib

COPYRIGHT AND LICENSE

Copyright (c) 2006 Ken Neighbors.  All rights reserved.  This module
is free software; you can redistribute it and/or modify it under the
same terms as Perl itself.
