From: Stefan Schantl Date: Fri, 26 Mar 2021 12:17:59 +0000 (+0100) Subject: ids-functions.pl: Run in perl strict mode. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c3d3a1438ccedeacae97a2f9f9527bae3eb4bc4;p=people%2Fstevee%2Fipfire-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';