From: Stefan Schantl Date: Fri, 26 Mar 2021 12:17:59 +0000 (+0100) Subject: ids-functions.pl: Run in perl strict mode. X-Git-Tag: v2.27-core164~210^2~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e55fa2f7456d3f4bf16a33a3f5d06582b9e78de9;p=ipfire-2.x.git ids-functions.pl: Run in perl strict mode. Signed-off-by: Stefan Schantl --- diff --git a/config/cfgroot/ids-functions.pl b/config/cfgroot/ids-functions.pl index 3e146b5894..a71305b988 100644 --- a/config/cfgroot/ids-functions.pl +++ b/config/cfgroot/ids-functions.pl @@ -21,6 +21,8 @@ # # ############################################################################ +use strict; + package IDS; require '/var/ipfire/general-functions.pl';