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