The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
To install, run:

# fetch latest GeoIP database, updated monthly
wget http://www.maxmind.com/download/geoip/database/GeoIP.dat.gz
gunzip GeoIP.dat.gz
mv GeoIP.dat /usr/local/share/GeoIP/GeoIP.dat

perl Makefile.PL
make
make test
make install