1Apache::TestRunPerl(3)User Contributed Perl DocumentationApache::TestRunPerl(3)
2
3
4
6 Apache::TestRunPerl - Run mod_perl-requiring Test Suite
7
9 use Apache::TestRunPerl;
10 Apache::TestRunPerl->new->run(@ARGV);
11
13 The "Apache::TestRunPerl" package controls the configuration and
14 running of the test suite. It's a subclass of "Apache::TestRun", and
15 should be used only when you need to run mod_perl tests.
16
17 Refer to the "Apache::TestRun" manpage for information on the available
18 API.
19
20
21
22perl v5.10.1 2007-11-12 Apache::TestRunPerl(3)