From 19d871dece9ceaa3f83399cd2c5e822541793581 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 15a340b423..161464d0d9 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