Apache-GeoIP
view release on metacpan or search on metacpan
INSTALLMAN1DIR=/home/me/man/man1 \
INSTALLMAN3DIR=/home/me/man/man3
make
make test
make install
To use modules in this location, either set the PERL5LIB
environment variable to include your private module
directory, or else put
use lib '/home/me/perl/path/to/lib';
at the top of your script.
A Win32 ppm package, suitable for use with ActivePerl
compatible Perl packages (builds 6xx) is available at
http://theoryx5.uwinnipeg.ca/ppmpackages/
To install, within the ppm shell set the repository to
http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer
and then
ppm> install Apache-Geo-IP
#!perl
use strict;
use warnings FATAL => 'all';
use Apache::TestRunPerl();
use lib map {("../blib/$_", "../../blib/$_")} qw(lib arch);
Apache::TestRunPerl->new->run(@ARGV);
( run in 0.296 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )