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