logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Apache::TestRunPerl - Run mod_perl-requiring Test Suite

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.40.0 2024-10-20 Apache::TestRunPerl(3pm)

Name

Apache::TestRunPerl - Run mod_perl-requiring Test Suite

Synopsis

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

See Also