Can't load '/usr/pkgs/perl/5.14.1/lib64/module/x86_64-linux/auto/Data/Dumper/Dumper.so' for module Data::Dumper: /usr/pkgs/perl/5.14.1/lib64/module/x86_64-linux/auto/Data/Dumper/Dumper.so: undefined symbol: PL_hints at /usr/pkgs/perl/5.26.1/lib64/5.26.1/XSLoader.pm line 96.
at /usr/pkgs/perl/5.14.1/lib64/module/x86_64-linux/Data/Dumper.pm line 36.
Compilation failed in require at /disk/19.04.003/bin/script.pl line 138.
BEGIN failed--compilation aborted at /disk/19.04.003/bin/script.pl line 138.
####
XSLoader::load( 'Data::Dumper' ) unless $Useperl;
####
# Many dynamic extension loading problems will appear to come from
# this section of code: XYZ failed at line 123 of DynaLoader.pm.
# Often these errors are actually occurring in the initialisation
# C code of the extension XS file. Perl reports the error as being
# in this perl code simply because this was the last perl code
# it executed.
my $libref = dl_load_file($file, 0) or do {
require Carp;
Carp::croak("Can't load '$file' for module $module: " . dl_error());
};
####
setenv PERL5LIB /disk/coverage/perl/lib
setenv PERL5OPT -MDevel::Cover
setenv DEVEL_COVER_DB_FORMAT JSON