summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorOliver Tappe2009-03-20 13:28:32 +0100
committerOliver Tappe2009-03-20 13:28:32 +0100
commit86463959539587187b098eb1762d2238d856587d (patch)
treec584e29ca154eb11fae48d5dedb736de0c876d11 /lib
parentRestructured disk/tmp setup to avoid unionfs/aufs hassles of covered (diff)
downloadcore-86463959539587187b098eb1762d2238d856587d.tar.gz
core-86463959539587187b098eb1762d2238d856587d.tar.xz
core-86463959539587187b098eb1762d2238d856587d.zip
* in an attempt to solve #399 (and #398), we now mount the host's perl core
path into the vendor-OS before chrooting into it for every plugin, which seems to solve the dynamic loading issue described in these two tickets git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2749 95ad53e4-c205-0410-b2fa-d234c58c8868
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);