$Id: README,v 1.3 2004/06/20 13:23:46 btrott Exp $ This is Authen::TypeKey, an implementation of verification for signatures generated by TypeKey authentication. PREREQUISITES * Crypt::DSA * MIME::Base64 * 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