In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/409c12efbec49e9b1b4f9f11a2e7e21c06d5f719?hp=ad543fb2e0c8dd0e2d2ad81f708b4532dbe71d03>

- Log -----------------------------------------------------------------
commit 409c12efbec49e9b1b4f9f11a2e7e21c06d5f719
Author: Ævar Arnfjörð Bjarmason <[email protected]>
Date:   Thu May 18 08:02:35 2017 +0000

    perldelta: don't dollar-quote an env variable like $ENV, should be ENV
    
    The way it was before made it appear that perhaps we meant a Perl
    variable.
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 41b1359082..e69ce6e5a9 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -224,7 +224,7 @@ path issues but will reintroduce all the security concerns, 
so don't
 build a perl executable like this unless you're I<really> confident that
 such issues are not a concern in your environment.
 
-=item * C<$PERL_USE_UNSAFE_INC>
+=item * C<PERL_USE_UNSAFE_INC>
 
 There is a new environment variable recognised by the perl interpreter.
 If this variable has the value C<1> when the perl interpreter starts up,

--
Perl5 Master Repository

Reply via email to