Apache::TestRunPerl - Run mod_perl-requiring Test Suite


Apache-Test documentation  | view source Contained in the Apache-Test distribution.

Index


NAME

Top

Apache::TestRunPerl - Run mod_perl-requiring Test Suite

SYNOPSIS

Top

  use Apache::TestRunPerl;
  Apache::TestRunPerl->new->run(@ARGV);

DESCRIPTION

Top

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.


Apache-Test documentation  | view source Contained in the Apache-Test distribution.