From 299b747738225f1f64088517593b7d0968a4de34 Mon Sep 17 00:00:00 2001 From: Ilia Date: Thu, 2 Jun 2022 15:30:02 +0300 Subject: [PATCH] Disable `subroutine redefined` warnings to prevent log polution (2) --- useradmin/md5-lib.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/useradmin/md5-lib.pl b/useradmin/md5-lib.pl index 270e593cc..a2c989040 100755 --- a/useradmin/md5-lib.pl +++ b/useradmin/md5-lib.pl @@ -2,6 +2,7 @@ use strict; use warnings; +no warnings 'redefine'; our %config; # check_md5()