From: Alexander Moisseev Date: Tue, 2 Aug 2016 14:13:33 +0000 (+0300) Subject: [Fix] rspamd_stats: remove deprecated defined(@array) X-Git-Tag: 1.3.2~67^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bfa74659e91f2cc43c0dd7b3bdf8e9ac2f6af911;p=rspamd.git [Fix] rspamd_stats: remove deprecated defined(@array) --- diff --git a/utils/rspamd_stats.pl b/utils/rspamd_stats.pl index 7d93d2e89..423f4cba6 100644 --- a/utils/rspamd_stats.pl +++ b/utils/rspamd_stats.pl @@ -29,7 +29,7 @@ pod2usage(1) if $help; pod2usage(-exitval => 0, -verbose => 2) if $man; @symbols_search = '.*' - unless defined @symbols_search; + unless @symbols_search; # Global vars my $total = 0;