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

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

  discards  158088d357cd8727a175baff619bd1dc5f27aab7 (commit)
- Log -----------------------------------------------------------------
commit 74e616c47e12762a6bffaed05cbe288612b2a736
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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index db42d93f5d..dff9f71cdd 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -1383,10 +1383,10 @@ switch for more information.
 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">
+L<C<@INC>|perlvar/@INC> by default, this variable can be set 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.
+testing modules that have not been updated to deal with "." not being in
+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