OpenXPKI-Client-CLI version 0.0.1

This module implements a CLI (command line interface) to a locally running
OpenXPKI daemon process via the Default service.


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,
the OpenXPKI::Client class and a properly configured and running OpenXPKI
daemon to communicate with.

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.
