In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/899fb8883769d254c4cfce1f9790ffe68bbc02a8?hp=1e426ec596a04a22b7544489072669986a469c5e>

- Log -----------------------------------------------------------------
commit 899fb8883769d254c4cfce1f9790ffe68bbc02a8
Author: Sawyer X <[email protected]>
Date:   Fri Jun 2 12:58:19 2017 +0200

    Porting: add note on unsetting env
-----------------------------------------------------------------------

Summary of changes:
 Porting/release_managers_guide.pod | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Porting/release_managers_guide.pod 
b/Porting/release_managers_guide.pod
index 678390ff33..9f8004c7e0 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -1040,6 +1040,11 @@ Bootstrap the CPAN client on the clean install:
 
 =head4 Install the Inline module with CPAN and test it
 
+If you're using C<local::lib>, you should reset your environment before
+performing these actions:
+
+    $ unset PERL5LIB PERL_MB_OPT PERL_LOCAL_LIB_ROOT PERL_MM_OPT
+
 Try installing a popular CPAN module that's reasonably complex and that
 has dependencies; for example:
 

--
Perl5 Master Repository

Reply via email to