]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Add workaround for old perl
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 13 Mar 2018 16:37:13 +0000 (16:37 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 13 Mar 2018 16:37:13 +0000 (16:37 +0000)
utils/rspamd_stats.pl

index dcbce9cb2117beef828761528a295188a379d879..efb7873588e1f9f516b56850f4dd00d0bf563980 100755 (executable)
@@ -5,6 +5,7 @@ use Data::Dumper;
 use Getopt::Long;
 use Pod::Usage;
 use Time::Local;
+use IO::Handle;
 use warnings;
 use strict;