summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/OpenSLX/Basics.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/OpenSLX/Basics.pm b/lib/OpenSLX/Basics.pm
index 581e6e49..ca6dd9fb 100644
--- a/lib/OpenSLX/Basics.pm
+++ b/lib/OpenSLX/Basics.pm
@@ -48,14 +48,8 @@ use open ':utf8';
require Carp; # do not import anything as we are going to overload carp
# and croak!
-use Carp::Heavy; # use it here to have it loaded immediately, not at
- # the time when carp() is being invoked (which might
- # be at a point in time where the script executes in
- # a chrooted environment, such that the module can't
- # be loaded anymore).
use Config::General;
use Encode;
-require File::Glob;
use FindBin;
use Getopt::Long;
use POSIX qw(locale_h);