Bug 32612: (QA follow-up) Add POD and fix typo
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
d2f3c54261
commit
d0abe773e8
1 changed files with 6 additions and 1 deletions
|
@ -35,7 +35,12 @@ sub PRINT {
|
|||
$Log::Log4perl::caller_depth--;
|
||||
}
|
||||
|
||||
# Supress errors from Log::Log4perl::Appender::Screen
|
||||
=head2 BINMODE
|
||||
|
||||
Suppress errors from Log::Log4perl::Appender::Screen
|
||||
|
||||
=cut
|
||||
|
||||
sub BINMODE {
|
||||
my ( $self, $mode ) = @_;
|
||||
binmode( STDOUT, $mode );
|
||||
|
|
Loading…
Reference in a new issue