diff --git a/inxi b/inxi index 59e505a..cda09f1 100755 --- a/inxi +++ b/inxi @@ -29,7 +29,6 @@ use Getopt::Long qw(GetOptions); # Note: default auto_abbrev is enabled, that's fine Getopt::Long::Configure ('bundling', 'no_ignore_case', '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 POSIX qw(uname strftime ttyname); # use Time::HiRes qw(gettimeofday tv_interval); @@ -1191,12 +1190,6 @@ sub set_debugger { { package SystemDebugger; -# use warnings; -# use strict; -# use diagnostics; -# use 5.008; -# use Net::FTP; # never load until needed - # use File::Find q(find); #no warnings 'File::Find'; # use File::Spec::Functions;