removed debugger

This commit is contained in:
Harald Hope 2021-03-17 19:40:27 -07:00
parent 3d4d1f533c
commit 1660107ddb

2
inxi
View file

@ -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