From dadffbf738474d649b7177d56acedbad51d6e603 Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Thu, 13 Mar 2014 15:35:14 +0100 Subject: [PATCH] fwhost.cgi: disable "use warnings" --- html/cgi-bin/fwhosts.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/cgi-bin/fwhosts.cgi b/html/cgi-bin/fwhosts.cgi index 049233c43..2d128f55d 100644 --- a/html/cgi-bin/fwhosts.cgi +++ b/html/cgi-bin/fwhosts.cgi @@ -21,7 +21,8 @@ use strict; # enable only the following on debugging purpose -use warnings; +#use warnings; + use Sort::Naturally; use CGI::Carp 'fatalsToBrowser'; no warnings 'uninitialized'; -- 2.39.2