$Id: README 1821 2005-05-15 20:15:02Z btrott $

This is Authen::TypeKey, an implementation of verification for signatures
generated by TypeKey authentication.

PREREQUISITES

    * Class::ErrorHandler
    * Math::BigInt
    * MIME::Base64
    * Digest::SHA1
    * LWP

INSTALLATION

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

    % perl -MCPAN -e 'install Authen::TypeKey'

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

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install