mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
removed debugger
This commit is contained in:
parent
3d4d1f533c
commit
1660107ddb
2
inxi
2
inxi
|
@ -36,7 +36,7 @@ use Getopt::Long qw(GetOptions);
|
||||||
Getopt::Long::Configure ('bundling', 'no_ignore_case',
|
Getopt::Long::Configure ('bundling', 'no_ignore_case',
|
||||||
'no_getopt_compat', 'no_auto_abbrev','pass_through');
|
'no_getopt_compat', 'no_auto_abbrev','pass_through');
|
||||||
use POSIX qw(uname strftime ttyname);
|
use POSIX qw(uname strftime ttyname);
|
||||||
use Benchmark qw(:all);
|
# use Benchmark qw(:all);
|
||||||
# use Devel::Size qw(size total_size);
|
# use Devel::Size qw(size total_size);
|
||||||
# use feature qw(say state); # 5.10 or newer Perl
|
# use feature qw(say state); # 5.10 or newer Perl
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue