View | Details | Raw Unified | Return to bug 32612
Collapse All | Expand All

(-)a/C4/SIP/Trapper.pm (-1 / +6 lines)
Lines 35-38 sub PRINT { Link Here
35
    $Log::Log4perl::caller_depth--;
35
    $Log::Log4perl::caller_depth--;
36
}
36
}
37
37
38
# Supress errors from Log::Log4perl::Appender::Screen
39
sub BINMODE {
40
    my ( $self, $mode ) = @_;
41
    binmode( STDOUT, $mode );
42
};
43
38
1;
44
1;
39
- 

Return to bug 32612