summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2017-06-02 12:58:19 +0200
committerSteve Hay <steve.m.hay@googlemail.com>2017-06-28 13:41:53 +0100
commit19a5bda2a1777cb00769a90b23f274d75975f2f1 (patch)
tree61e17d9ea816145c001f94360c76be5fea8b579e
parent66e01304b96b23dbde8c7ec4d6a5e8ea68a21622 (diff)
downloadperl-19a5bda2a1777cb00769a90b23f274d75975f2f1.tar.gz
Porting: add note on unsetting env
(cherry picked from commit 899fb8883769d254c4cfce1f9790ffe68bbc02a8)
-rw-r--r--Porting/release_managers_guide.pod5
1 files changed, 5 insertions, 0 deletions
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: