Disable subroutine redefined warnings to prevent log polution (2)

This commit is contained in:
Ilia
2022-06-02 15:30:02 +03:00
parent d598c43371
commit 299b747738

View File

@@ -2,6 +2,7 @@
use strict;
use warnings;
no warnings 'redefine';
our %config;
# check_md5()