CGI-Builder README File
=======================
Description
-----------
Framework to build simple or complex web-apps
Installation
------------
0. Prerequisites:
- Perl version 5.6.1 or more recent
- OOTools >= 2.1
- IO::Util >= 1.46
1. CPAN installation
perl -MCPAN -e 'install CGI::Builder'
If you want to install all the extensions and prerequisites of the CBF, all in one easy step:
perl -MCPAN -e 'install Bundle::CGI::Builder::Complete'
2. Standard installation
- from the directory where this file is located, type:
perl Makefile.PL
make
make test
make install
--
Domizio Demichelis perl.4pro.net
2005-07-04