1ClearSilver version 0.02
2========================
3
4The README is used to introduce the module and provide instructions on
5how to install the module, any machine dependencies it may have (for
6example C compilers and installed libraries) and any other information
7that should be provided before the module is installed.
8
9A README file is required for CPAN modules since CPAN extracts the
10README file from a module distribution so that people browsing the
11archive can use it get an idea of the modules uses. It is usually a
12good idea to provide version information here so that people can
13decide whether fixes for the module are worth downloading.
14
15INSTALLATION
16
17This Perl module is supposed to be put under ClearSilver's
18top directory as perl/.
19
20To install this module type the following:
21
22   cd perl/
23   perl Makefile.PL
24   make
25   make test
26   sudo make install
27
28DEPENDENCIES
29
30This module requires these other modules and libraries:
31
32  libneo_cgi.a  libneo_cs.a  libneo_utl.a
33
34COPYRIGHT AND LICENCE
35
36 This Perl module can be distributed under GPL version 2, or
37 under the Neotonic ClearSilver License
38
39Copyright (C) 2002 Gaku Ueda
40
41More up-to-date information available from:
42
43http://www.gaku.net/cs/en/
44