summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/lib.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/lib.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/lib.pm6
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