• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

CBF_examples/H26-Mar-2006-905428

lib/H26-Mar-2006-2,300370

t/H26-Mar-2006-410267

ChangesH A D26-Mar-20064.3 KiB123103

MANIFESTH A D26-Mar-20061.5 KiB4342

META.ymlH A D26-Mar-2006597 1816

Makefile.PLH A D04-Jul-2005777 2821

READMEH A D04-Jul-2005675 3924

README

1CGI-Builder README File
2=======================
3
4
5Description
6-----------
7
8Framework to build simple or complex web-apps
9
10
11Installation
12------------
13
140.  Prerequisites:
15- Perl version 5.6.1 or more recent
16- OOTools  >= 2.1
17- IO::Util >= 1.46
18
191. CPAN installation
20
21    perl -MCPAN -e 'install CGI::Builder'
22
23If you want to install all the extensions and prerequisites of the CBF, all in one easy step:
24
25    perl -MCPAN -e 'install Bundle::CGI::Builder::Complete'
26
272. Standard installation
28- from the directory where this file is located, type:
29
30        perl Makefile.PL
31        make
32        make test
33        make install
34
35
36--
37Domizio Demichelis perl.4pro.net
382005-07-04
39