OpenXPKI-Client version 0.0.1

This module provides a base class for communicating with the 
OpenXPKI server daemon. It does not implement a real client itself
but may be used by other Perl-based OpenXPKI client implementation.

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


Alternatively, to install with Module::Build, you can use the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install



DEPENDENCIES

This module requires a full installation of the OpenXPKI core modules.

COPYRIGHT AND LICENCE

Written 2006 by Martin Bartosch for the OpenXPKI project
Copyright (C) 2006 by The OpenXPKI Project

See the LICENSE file for license details.

