From: Vsevolod Stakhov Date: Tue, 13 Mar 2018 16:37:13 +0000 (+0000) Subject: [Minor] Add workaround for old perl X-Git-Tag: 1.7.1~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e24e4a9daadde2af987f19d30f78856b0d833c6;p=thirdparty%2Frspamd.git [Minor] Add workaround for old perl --- diff --git a/utils/rspamd_stats.pl b/utils/rspamd_stats.pl index dcbce9cb21..efb7873588 100755 --- a/utils/rspamd_stats.pl +++ b/utils/rspamd_stats.pl @@ -5,6 +5,7 @@ use Data::Dumper; use Getopt::Long; use Pod::Usage; use Time::Local; +use IO::Handle; use warnings; use strict;