From: Stefan Schantl Date: Wed, 12 May 2021 17:51:36 +0000 (+0200) Subject: ids.cgi: Use experimental smartmatch. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=659aa4789d6e071f4b693c899c5dc05c1e845820;p=people%2Fstevee%2Fipfire-2.x.git ids.cgi: Use experimental smartmatch. This will prevent from spawning the http error log with warnings. Signed-off-by: Stefan Schantl --- diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi index 4c29550239..0c42b9f320 100644 --- a/html/cgi-bin/ids.cgi +++ b/html/cgi-bin/ids.cgi @@ -20,6 +20,7 @@ ############################################################################### use strict; +use experimental 'smartmatch'; # enable only the following on debugging purpose #use warnings;