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:
4f81ab9
)
perldelta for c4c61c6
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 14 Sep 2014 19:24:46 +0000
(12:24 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 14 Sep 2014 21:53:39 +0000
(14:53 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
0ab91dc
..
9d6f0f1
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-570,6
+570,12
@@
v5.20.1 as well as here) in which a UTF-8 encoded regular expression
pattern that contains a single ASCII lowercase letter does not match its
uppercase counterpart. [perl #122655]
+=item *
+
+Constant folding could incorrectly suppress warnings if lexical warnings
+(C<use warnings> or C<no warnings>) were not in effect and C<$^W> were
+false at compile time and true at run time.
+
=back
=head1 Known Problems