diff options
author | Karl Berry <karl@freefriends.org> | 2017-04-18 23:10:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-04-18 23:10:57 +0000 |
commit | 40b4b6e177c62a14c166dbba6adf3abc415af4b2 (patch) | |
tree | 2996bf29509c806bd8064fb6cf38092c1b375ff8 /Master/tlpkg/tlperl/lib/Config.pm.orig | |
parent | 8e743c86b6872f30b7a35c72aa944455157d4b3f (diff) |
tlperl 5.24.1 from siep
git-svn-id: svn://tug.org/texlive/trunk@43914 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Config.pm.orig')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Config.pm.orig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/tlpkg/tlperl/lib/Config.pm.orig b/Master/tlpkg/tlperl/lib/Config.pm.orig index 07a6b3eff09..be4cd2c56a8 100644 --- a/Master/tlpkg/tlperl/lib/Config.pm.orig +++ b/Master/tlpkg/tlperl/lib/Config.pm.orig @@ -10,7 +10,7 @@ use strict; use warnings;
use vars '%Config', '$VERSION';
-$VERSION = "5.022001";
+$VERSION = "5.024001";
# 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.22.1) doesn't match executable '$^X' version ($])"
+die "$0: Perl lib version (5.24.1) doesn't match executable '$^X' version ($])"
unless $^V;
-$^V eq 5.22.1
- or die sprintf "%s: Perl lib version (5.22.1) doesn't match executable '$^X' version (%vd)", $0, $^V;
+$^V eq 5.24.1
+ or die sprintf "%s: Perl lib version (5.24.1) doesn't match executable '$^X' version (%vd)", $0, $^V;
sub FETCH {
@@ -96,7 +96,7 @@ tie %Config, 'Config', { inc_version_list => '',
intsize => '4',
ldlibpthname => '',
- libpth => 'X:\\mingw\\lib',
+ libpth => 'X:\\wprogs\\mingw\\lib',
osname => 'MSWin32',
osvers => '6.1',
path_sep => ';',
@@ -107,5 +107,5 @@ tie %Config, 'Config', { so => 'dll',
useithreads => 'define',
usevendorprefix => undef,
- version => '5.22.1',
+ version => '5.24.1',
};
|