diff options
author | Sawyer X <xsawyerx@cpan.org> | 2017-06-02 12:58:19 +0200 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2017-06-02 12:58:19 +0200 |
commit | 899fb8883769d254c4cfce1f9790ffe68bbc02a8 (patch) | |
tree | 830c8400acc7cc2f1bb85fc147e10eadaad6140e /Porting/release_managers_guide.pod | |
parent | 1e426ec596a04a22b7544489072669986a469c5e (diff) | |
download | perl-899fb8883769d254c4cfce1f9790ffe68bbc02a8.tar.gz |
Porting: add note on unsetting env
Diffstat (limited to 'Porting/release_managers_guide.pod')
-rw-r--r-- | Porting/release_managers_guide.pod | 5 |
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: |