• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Authen/H06-Feb-2006-253112

t/H06-Feb-2006-8868

Build.PLH A D31-Dec-200473 41

ChangesH A D06-Feb-20061.6 KiB3831

MANIFESTH A D06-Feb-2006489 2322

META.ymlH A D06-Feb-2006328 1817

Makefile.PLH A D15-May-2005485 2517

READMEH A D15-May-2005583 2918

README

1$Id: README 1821 2005-05-15 20:15:02Z btrott $
2
3This is Authen::TypeKey, an implementation of verification for signatures
4generated by TypeKey authentication.
5
6PREREQUISITES
7
8    * Class::ErrorHandler
9    * Math::BigInt
10    * MIME::Base64
11    * Digest::SHA1
12    * LWP
13
14INSTALLATION
15
16Authen::TypeKey installation is straightforward. If your CPAN shell
17is set up, you should just be able to do
18
19    % perl -MCPAN -e 'install Authen::TypeKey'
20
21Download it, unpack it, then build it as per the usual:
22
23    % perl Makefile.PL
24    % make && make test
25
26Then install it:
27
28    % make install
29