From 37b8cc3aedecb7ad38824ad3506178e1105369df Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 7 Mar 2007 19:43:55 +0000 Subject: [PATCH] Drop the warnings from the bugscan main script; the ones left from that module are bogus. --- bugscan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bugscan b/bugscan index c78573f..7b76b6e 100755 --- a/bugscan +++ b/bugscan @@ -3,7 +3,7 @@ require bugcfg; require scanlib; use strict; -use warnings; +# use warnings; # Main part -- 2.39.2