Apache2::CGI::Builder - CGI::Builder and Apache/mod_perl2 (new namespace)integration


Apache-CGI-Builder documentation  | view source Contained in the Apache-CGI-Builder distribution.

Index


NAME

Top

Apache2::CGI::Builder - CGI::Builder and Apache/mod_perl2 (new namespace)integration

VERSION 1.3

Top

The latest versions changes are reported in the Changes file in this distribution. To have the complete list of all the extensions of the CBF, see "Extensions List" in CGI::Builder

INSTALLATION

Top

Prerequisites
    Apache/mod_perl2  (PERL_METHOD_HANDLERS enabled)
    CGI::Builder >= 1.2

CPAN
    perl -MCPAN -e 'install Apache::CGI::Builder'

You have also the possibility to use the Bundle to install all the extensions and prerequisites of the CBF in just one step. Please, notice that the Bundle will install A LOT of modules that you might not need, so use it specially if you want to extensively try the CBF.

    perl -MCPAN -e 'install Bundle::CGI::Builder::Complete'

Standard installation

From the directory where this file is located, type:

    perl Makefile.PL
    make
    make test
    make install

DESCRIPTION

Top

Note: You should know CGI::Builder.

This module is the mod_perl2 compilant version of the Apache::CGI::Builder extension. Use it only if you have installed the official release of mod_perl 2 (Apache2::* namespace). Read the documentation in Apache::CGI::Builder.

SUPPORT

Top

See "SUPPORT" in CGI::Builder.

AUTHOR and COPYRIGHT

Top


Apache-CGI-Builder documentation  | view source Contained in the Apache-CGI-Builder distribution.