summaryrefslogtreecommitdiff
path: root/perl/README
blob: 8d30a5e4a02a719e2ebde193f4690c6056ae3b68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
WebAuth version 1.00
====================

This is the WebAuth Perl module, which is a low-level interface into
the C libwebauth APIs.

It relies on libwebauth, and any libraries that libwebauth relies on,
such as libcrypto from openssl.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  libwebauth
  libcrypto (from openssl)

COPYRIGHT AND LICENCE

Copyright (C) 2002 Stanford Unverisity 
(FIXME: need to fix)