mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
code cleanup, nothing interesting.
This commit is contained in:
parent
7781815bbc
commit
c248b812dd
7
inxi
7
inxi
|
@ -29,7 +29,6 @@ use Getopt::Long qw(GetOptions);
|
||||||
# Note: default auto_abbrev is enabled, that's fine
|
# Note: default auto_abbrev is enabled, that's fine
|
||||||
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 Net::FTP; # load this where it's used in debugger only
|
|
||||||
# use Path::Class; # maybe use, maybe not, for ls /sys
|
# use Path::Class; # maybe use, maybe not, for ls /sys
|
||||||
use POSIX qw(uname strftime ttyname);
|
use POSIX qw(uname strftime ttyname);
|
||||||
# use Time::HiRes qw(gettimeofday tv_interval);
|
# use Time::HiRes qw(gettimeofday tv_interval);
|
||||||
|
@ -1191,12 +1190,6 @@ sub set_debugger {
|
||||||
{
|
{
|
||||||
package SystemDebugger;
|
package SystemDebugger;
|
||||||
|
|
||||||
# use warnings;
|
|
||||||
# use strict;
|
|
||||||
# use diagnostics;
|
|
||||||
# use 5.008;
|
|
||||||
# use Net::FTP; # never load until needed
|
|
||||||
|
|
||||||
# use File::Find q(find);
|
# use File::Find q(find);
|
||||||
#no warnings 'File::Find';
|
#no warnings 'File::Find';
|
||||||
# use File::Spec::Functions;
|
# use File::Spec::Functions;
|
||||||
|
|
Loading…
Reference in a new issue