Log-Dispatchouli
view release on metacpan or search on metacpan
lib/Log/Dispatchouli/Proxy.pm view on Meta::CPAN
my ($class, $arg) = @_;
my $guts = {
parent => $arg->{parent},
logger => $arg->{logger},
debug => $arg->{debug},
proxy_prefix => $arg->{proxy_prefix},
proxy_ctx => $arg->{proxy_ctx},
};
bless $guts => $class;
}
sub proxy {
my ($self, $arg) = @_;
$arg ||= {};
my @proxy_ctx;
if (my $ctx = $arg->{proxy_ctx}) {
@proxy_ctx = _ARRAY0($ctx)
( run in 0.242 second using v1.01-cache-2.11-cpan-65fba6d93b7 )