From 1660107ddb78093ba8a639e8bb1f0a9a32a506cd Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Wed, 17 Mar 2021 19:40:27 -0700 Subject: [PATCH] removed debugger --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 44d915c..22869a9 100755 --- a/inxi +++ b/inxi @@ -36,7 +36,7 @@ use Getopt::Long qw(GetOptions); Getopt::Long::Configure ('bundling', 'no_ignore_case', 'no_getopt_compat', 'no_auto_abbrev','pass_through'); use POSIX qw(uname strftime ttyname); - use Benchmark qw(:all); +# use Benchmark qw(:all); # use Devel::Size qw(size total_size); # use feature qw(say state); # 5.10 or newer Perl