summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/XSLoader.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/XSLoader.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/XSLoader.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/tlperl/lib/XSLoader.pm b/Master/tlpkg/tlperl/lib/XSLoader.pm
index 8ff7cd1cdc9..3a4491b5f42 100644
--- a/Master/tlpkg/tlperl/lib/XSLoader.pm
+++ b/Master/tlpkg/tlperl/lib/XSLoader.pm
@@ -1,9 +1,9 @@
-# Generated from XSLoader.pm.PL (resolved %Config::Config value)
+# Generated from XSLoader_pm.PL (resolved %Config::Config value)
# This file is unique for every OS
package XSLoader;
-$VERSION = "0.22";
+$VERSION = "0.27";
#use strict;
@@ -73,7 +73,7 @@ sub load {
if (-s $bs) { # only read file if it's not empty
# print STDERR "BS: $bs ($^O, $dlsrc)\n" if $dl_debug;
- eval { do $bs; };
+ eval { local @INC = ('.'); do $bs; };
warn "$bs: $@\n" if $@;
goto \&XSLoader::bootstrap_inherit;
}
@@ -130,7 +130,7 @@ XSLoader - Dynamically load C libraries into Perl code
=head1 VERSION
-Version 0.22
+Version 0.24
=head1 SYNOPSIS