source: text-formbuilder/trunk/README @ 34

Last change on this file since 34 was 19, checked in by peter, 19 years ago

more documentation
added automagic parse method; moved old parse($file) method to parse_file

File size: 522 bytes
Line 
1Text-FormBuilder version 0.05
2=============================
3
4INSTALLATION
5
6To install this module type the following:
7
8   perl Makefile.PL
9   make
10   make test
11   make install
12
13DEPENDENCIES
14
15This module requires these other modules and libraries:
16
17  CGI::FormBuilder 2.13
18  Text::Template 1.44
19
20Optional:
21
22  Perl::Tidy
23  YAML
24
25COPYRIGHT AND LICENCE
26
27Copyright (C) 2004 by Peter Eichman
28
29This program is free software; you can redistribute it and/or
30modify it under the same terms as Perl itself.
31
Note: See TracBrowser for help on using the repository browser.