summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tlperl/lib/Config.pm.orig
diff options
context:
space:
mode:
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/tlperl/lib/Config.pm.orig')
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/Config.pm.orig18
1 files changed, 9 insertions, 9 deletions
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/Config.pm.orig b/systems/texlive/tlnet/tlpkg/tlperl/lib/Config.pm.orig
index db56185dee..a13c0e0b21 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/Config.pm.orig
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/Config.pm.orig
@@ -10,7 +10,7 @@ use strict;
use warnings;
our ( %Config, $VERSION );
-$VERSION = "5.032001";
+$VERSION = "5.034000";
# Skip @Config::EXPORT because it only contains %Config, which we special
# case below as it's not a function. @Config::EXPORT won't change in the
@@ -56,11 +56,11 @@ sub import {
return;
}
-die "$0: Perl lib version (5.32.1) doesn't match executable '$^X' version ($])"
+die "$0: Perl lib version (5.34.0) doesn't match executable '$^X' version ($])"
unless $^V;
-$^V eq 5.32.1
- or die sprintf "%s: Perl lib version (5.32.1) doesn't match executable '$^X' version (%vd)", $0, $^V;
+$^V eq 5.34.0
+ or die sprintf "%s: Perl lib version (5.34.0) doesn't match executable '$^X' version (%vd)", $0, $^V;
sub FETCH {
@@ -87,8 +87,8 @@ tie %Config, 'Config', {
archlibexp => 'e:\\tlperl\\lib',
archname => 'MSWin32-x86-multi-thread',
cc => 'gcc',
- d_readlink => undef,
- d_symlink => undef,
+ d_readlink => 'define',
+ d_symlink => 'define',
dlext => 'dll',
dlsrc => 'dl_win32.xs',
dont_use_nlink => undef,
@@ -96,9 +96,9 @@ tie %Config, 'Config', {
inc_version_list => '',
intsize => '4',
ldlibpthname => '',
- libpth => 'E:\\wprogs\\mingw2021\\lib',
+ libpth => 'E:\\MinGW\\lib E:\\MinGW\\i686-w64-mingw32\\lib E:\\MinGW\\lib\\gcc\\i686-w64-mingw32\\8.3.0',
osname => 'MSWin32',
- osvers => '10.0.19042.804',
+ osvers => '10.0.19042.508',
path_sep => ';',
privlibexp => 'e:\\tlperl\\lib',
scriptdir => 'e:\\tlperl\\bin',
@@ -107,5 +107,5 @@ tie %Config, 'Config', {
so => 'dll',
useithreads => 'define',
usevendorprefix => undef,
- version => '5.32.1',
+ version => '5.34.0',
};