NAME

CGI::Builder::Test - Adds some testing methods to your build

VERSION 1.26

Included in CGI-Builder 1.26 distribution.

The latest versions changes are reported in the Changes file in this distribution.

The distribution includes:

CGI::Builder

Framework to build simple or complex web-apps

CGI::Builder::Const

Imports constants

CGI::Builder::Test

Adds some testing methods to your build

Bundle::CGI::Builder::Complete

A bundle to install the CBF and all its extensions and prerequisites

To have the complete list of all the extensions of the CBF, see "Extensions List" in CGI::Builder

SYNOPSIS

use CGI::Builder
qw| CGI::Builder::Test
  |;

DESCRIPTION

This module adds just a couple of very basics methods used for debugging.

METHODS

dump()

print STDERR $webapp->dump();

The dump() method returns a chunk of text which contains all the environment and CGI form data of the request, formatted for human readability. Useful for outputting to STDERR.

dump_html()

my $output = $webapp->dump_html();

The dump_html() method returns a chunk of text which contains all the environment and CGI form data of the request, formatted for human readability via a web browser. Useful for outputting to a browser.

SUPPORT

See "SUPPORT" in CGI::Builder.

AUTHOR and COPYRIGHT

© 2004 by Domizio Demichelis.

All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as perl itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 130:

Non-ASCII character seen before =encoding in '©'. Assuming CP1252