The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
$Id: README 12 2004-08-21 08:36:19Z btrott $

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

PREREQUISITES

    * Authen::TypeKey
    * Apache::AuthCookie

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