This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad543fb
)
perldelta: don't dollar-quote an env variable like $ENV, should be ENV
author
Ævar Arnfjörð Bjarmason
<avar@cpan.org>
Thu, 18 May 2017 08:02:35 +0000
(08:02 +0000)
committer
Ævar Arnfjörð Bjarmason
<avar@cpan.org>
Thu, 18 May 2017 08:02:55 +0000
(08:02 +0000)
The way it was before made it appear that perhaps we meant a Perl
variable.
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
41b1359
..
e69ce6e
100644
(file)
--- 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,