From 359514ec28a9ec270c4628d89fc304d04684b4c5 Mon Sep 17 00:00:00 2001 From: d4t4king Date: Wed, 29 Mar 2017 11:36:27 -0700 Subject: [PATCH] turned off all warnings --- lynis-report-converter.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lynis-report-converter.pl b/lynis-report-converter.pl index 3f7a9a6..1c8980c 100755 --- a/lynis-report-converter.pl +++ b/lynis-report-converter.pl @@ -3,7 +3,7 @@ use strict; # turn off warnings so as not to confuse people # unless debugging, etc. -use warnings; +#use warnings; use feature qw( switch ); require 5.010; no if $] ge '5.018', warnings => "experimental::smartmatch";