There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Test::Environment::Plugin::Apache2::Apache2::Log - fake Apache2::Log for Test::Environment

SYNOPSIS

use Test::Environment qw{
    Apache2
};

$request->log->info('no info');

DESCRIPTION

Will add log method to the Apache2::RequestRec.

METHODS

Apache2::RequestRec::log

Returns Log::Log4perl::get_logger().

AUTHOR

Jozef Kutej