|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
Apache::TestRunPerl(3) User Contributed Perl Documentation Apache::TestRunPerl(3)
NAME
Apache::TestRunPerl - Run mod_perl-requiring Test Suite
SYNOPSIS
use Apache::TestRunPerl;
Apache::TestRunPerl->new->run(@ARGV);
DESCRIPTION
The "Apache::TestRunPerl" package controls the configuration and running of the test suite. It's a
subclass of "Apache::TestRun", and should be used only when you need to run mod_perl tests.
Refer to the "Apache::TestRun" manpage for information on the available API.
perl v5.8.8 2005-10-20 Apache::TestRunPerl(3)
|
|