$Id: README 12 2004-08-21 08:36:19Z btrott $

This is Apache::AuthTypeKey, an implementation of TypeKey authentication and authorization for Apache.

PREREQUISITES

INSTALLATION

Apache::AuthTypeKey installation is straightforward. If your CPAN shell is set up, you should just be able to do

% perl -MCPAN -e 'install Apache::AuthTypeKey'

Download it, unpack it, then build it as per the usual:

% perl Makefile.PL
% make && make test

Then install it:

% make install