diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-07 22:52:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-07 22:52:33 +0000 |
commit | 11c6e5fc65f26ba5219997d19707b998a9abf26d (patch) | |
tree | a1dc8073a679611d3f09c01eda006cc3f6f846b1 /Master/tlpkg/tlperl/lib/lib.pm | |
parent | a6593bd4f2eb12ae25540de026f7f9ebcf230a2f (diff) |
tl20 perl 5.30.1 for Windows, from Siep
git-svn-id: svn://tug.org/texlive/trunk@54166 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlperl/lib/lib.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/lib.pm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/lib.pm b/Master/tlpkg/tlperl/lib/lib.pm index 75c89ccaf44..5fa34850abd 100644 --- a/Master/tlpkg/tlperl/lib/lib.pm +++ b/Master/tlpkg/tlperl/lib/lib.pm @@ -13,7 +13,7 @@ my @inc_version_list = reverse split / /, $Config{inc_version_list}; our @ORIG_INC = @INC; # take a handy copy of 'original' value -our $VERSION = '0.64'; +our $VERSION = '0.65'; sub import { shift; @@ -147,7 +147,9 @@ from @INC. For each directory in LIST (called $dir here) the lib module also checks to see if a directory called $dir/$archname/auto exists. If so the $dir/$archname directory is assumed to be a corresponding -architecture specific directory and is also deleted from @INC. +architecture specific directory and is also deleted from @INC. lib.pm also +checks if directories called $dir/$version and $dir/$version/$archname +exist and deletes these directories from @INC. =head2 Restoring original @INC |