summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tlperl/lib/Config.pm.orig
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-04-02 03:20:54 +0000
committerNorbert Preining <norbert@preining.info>2021-04-02 03:20:54 +0000
commit3f173002d4a4a84e7d1fa5a74755fdd00d08a9c2 (patch)
tree5ed380344702de1f9ab53b68b6c3bcd6b8458087 /systems/texlive/tlnet/tlpkg/tlperl/lib/Config.pm.orig
parentf78ba658b3ecd56053fe0837a4404d0c6c16a707 (diff)
CTAN sync 202104020320
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/tlperl/lib/Config.pm.orig')
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/Config.pm.orig24
1 files changed, 12 insertions, 12 deletions
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/Config.pm.orig b/systems/texlive/tlnet/tlpkg/tlperl/lib/Config.pm.orig
index 4e20854c99..db56185dee 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.030001";
+$VERSION = "5.032001";
# 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.30.1) doesn't match executable '$^X' version ($])"
+die "$0: Perl lib version (5.32.1) doesn't match executable '$^X' version ($])"
unless $^V;
-$^V eq 5.30.1
- or die sprintf "%s: Perl lib version (5.30.1) doesn't match executable '$^X' version (%vd)", $0, $^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;
sub FETCH {
@@ -84,7 +84,7 @@ sub AUTOLOAD {
# tie returns the object, so the value returned to require will be true.
tie %Config, 'Config', {
- archlibexp => 'd:\\tlperl\\lib',
+ archlibexp => 'e:\\tlperl\\lib',
archname => 'MSWin32-x86-multi-thread',
cc => 'gcc',
d_readlink => undef,
@@ -96,16 +96,16 @@ tie %Config, 'Config', {
inc_version_list => '',
intsize => '4',
ldlibpthname => '',
- libpth => 'D:\\mingw2020\\lib',
+ libpth => 'E:\\wprogs\\mingw2021\\lib',
osname => 'MSWin32',
- osvers => '10.0.18363.418',
+ osvers => '10.0.19042.804',
path_sep => ';',
- privlibexp => 'd:\\tlperl\\lib',
- scriptdir => 'd:\\tlperl\\bin',
- sitearchexp => 'd:\\tlperl\\site\\lib',
- sitelibexp => 'd:\\tlperl\\site\\lib',
+ privlibexp => 'e:\\tlperl\\lib',
+ scriptdir => 'e:\\tlperl\\bin',
+ sitearchexp => 'e:\\tlperl\\site\\lib',
+ sitelibexp => 'e:\\tlperl\\site\\lib',
so => 'dll',
useithreads => 'define',
usevendorprefix => undef,
- version => '5.30.1',
+ version => '5.32.1',
};