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)


