NAME

Test::Environment::Plugin::Apache2 - mock Apache2 modules to test mod_perl2 handlers

SYNOPSIS

use Test::Environment qw{
	Apache2
};

DESCRIPTION

This module will just sets:

unshift @INC, File::Spec->catdir(File::Basename::dirname(__FILE__), 'Apache');

So that the mock Apache2 modules are found and loaded from there. No need to have following modules in order to test mod_perl2 handlers.

Test::Environment::Plugin::Apache2::Apache2::Filter (Apache2::Filter), Test::Environment::Plugin::Apache2::Apache2::Log (Apache2::Log), Test::Environment::Plugin::Apache2::Apache2::RequestRec (Apache2::RequestRec)

AUTHOR

Jozef Kutej