In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/91d140d32797985c6160836671a1db4ae003e563?hp=429944caafb989b69c83cdd0b478d8516a5d7a80>

- Log -----------------------------------------------------------------
commit 91d140d32797985c6160836671a1db4ae003e563
Author: Tony Cook <t...@develop-help.com>
Date:   Thu Jan 3 14:42:18 2019 +1100

    bump $lib::VERSION

commit b6cdd53afc273106db6653d194f0a96f4ed2c3ac
Author: Eugen Konkov <kes-...@yandex.ru>
Date:   Tue Sep 18 10:19:46 2018 +0300

    Hint about $dir/$version is checked by lib.pm and deleted from @INC
    
    FIXES RT#133522
    
    There is not clear from documentation that $dir/$version and
    $dir/$version/$archname are checked and deleted from @INC when 'no lib $dir'
    is used

-----------------------------------------------------------------------

Summary of changes:
 dist/lib/lib_pm.PL | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dist/lib/lib_pm.PL b/dist/lib/lib_pm.PL
index a4c5cc38a7..ef6c0313d8 100644
--- a/dist/lib/lib_pm.PL
+++ b/dist/lib/lib_pm.PL
@@ -86,7 +86,7 @@ my \@inc_version_list = $Config_inc_version_list;
 print OUT <<'!NO!SUBS!';
 
 our @ORIG_INC = @INC;  # take a handy copy of 'original' value
-our $VERSION = '0.64';
+our $VERSION = '0.65';
 
 sub import {
     shift;
@@ -220,7 +220,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
 

-- 
Perl5 Master Repository

Reply via email to