NAME
Test::Environment::Plugin::Apache2 - simulate Apache2 modules
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 fake Apache2 modules are found and loaded from there.
AUTHOR
Jozef Kutej