RT notifier: parse templates without header correctly
[openxpki.git] / trunk / clients / perl / OpenXPKI-Client-SCEP / README
blobb9cb30d9d46454bc8dddb7e7ab9a3daf84926816
1 OpenXPKI-Client-SCEP version 0.0.1
3 [ REPLACE THIS...
5   The README is used to introduce the module and provide instructions on
6   how to install the module, any machine dependencies it may have (for
7   example C compilers and installed libraries) and any other information
8   that should be understood before the module is installed.
10   A README file is required for CPAN modules since CPAN extracts the
11   README file from a module distribution so that people browsing the
12   archive can use it get an idea of the modules uses. It is usually a
13   good idea to provide version information here so that people can
14   decide whether fixes for the module are worth downloading.
18 INSTALLATION
20 To install this module, run the following commands:
22     perl Makefile.PL
23     make
24     make test
25     make install
28 Alternatively, to install with Module::Build, you can use the following commands:
30     perl Build.PL
31     ./Build
32     ./Build test
33     ./Build install
37 DEPENDENCIES
39 None.
42 COPYRIGHT AND LICENCE
44 Copyright (C) 2006, Martin Bartosch
46 This library is free software; you can redistribute it and/or modify
47 it under the same terms as Perl itself.