source: text-formbuilder/trunk/README @ 19

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

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

File size: 522 bytes
RevLine 
[19]1Text-FormBuilder version 0.05
[1]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
[19]17  CGI::FormBuilder 2.13
18  Text::Template 1.44
19
20Optional:
21
22  Perl::Tidy
23  YAML
[1]24
25COPYRIGHT AND LICENCE
26
[17]27Copyright (C) 2004 by Peter Eichman
[1]28
[17]29This program is free software; you can redistribute it and/or
30modify it under the same terms as Perl itself.
[1]31
Note: See TracBrowser for help on using the repository browser.