From 659aa4789d6e071f4b693c899c5dc05c1e845820 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Wed, 12 May 2021 19:51:36 +0200 Subject: [PATCH] ids.cgi: Use experimental smartmatch. This will prevent from spawning the http error log with warnings. Signed-off-by: Stefan Schantl --- html/cgi-bin/ids.cgi | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5