In perl.git, the branch smoke-me/ilmari/unsafe-inc-env has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/158088d357cd8727a175baff619bd1dc5f27aab7?hp=7c640a62b4b2db3cba4a6282c763bc4b57525310>

- Log -----------------------------------------------------------------
commit 158088d357cd8727a175baff619bd1dc5f27aab7
Author: Dagfinn Ilmari MannsÃ¥ker <[email protected]>
Date:   Tue Mar 21 17:12:04 2017 +0000

    Document PERL_USE_UNSAFE_INC in perlrun.pod
-----------------------------------------------------------------------

Summary of changes:
 pod/perlrun.pod | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index 357b8b44e6..db42d93f5d 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -1379,6 +1379,15 @@ a boolean variable. Setting this to C<"1"> is not the 
right way to
 your shell before starting Perl).  See the description of the B<-C>
 switch for more information.
 
+=item PERL_USE_UNSAFE_INC
+X<PERL_USE_UNSAFE_INC>
+
+If perl has been configured to not have the current directory in
+L<C<@INC>|perlvar/@INC> by default, this variable can beset to C<"1">
+to reinstate it.  It's primarily intended for use while building and
+testing modules that have not been updated to deal with C<@INC>, and
+should not be set in the environment for day-to-day use.
+
 =item SYS$LOGIN (specific to the VMS port)
 X<SYS$LOGIN>
 

--
Perl5 Master Repository

Reply via email to