This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Porting: add note on unsetting env
[perl5.git] / Porting / release_managers_guide.pod
index 5c9bf49..9f8004c 100644 (file)
@@ -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:
 
@@ -1413,7 +1418,7 @@ Thanks for releasing perl!
 
 =head2 Building a release - the day after
 
-=for checklist skip BLEAD-FINAL, MAINT, RC
+=for checklist skip BLEAD-FINAL MAINT RC
 
 =head3 update Module::CoreList