summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-09-07 11:15:41 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-09-07 13:25:35 -0700
commitaa292ef2825a5b0f26ce87ef986b66dee38d129d (patch)
treead418245337f6ae9c0329e057945ed9862728a83 /pod/perldelta.pod
parentd1da2d574bc16ae8003d2c8b558ad288d64e0d5d (diff)
downloadperl-aa292ef2825a5b0f26ce87ef986b66dee38d129d.tar.gz
perldelta for 64ff300b/#122669
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 4d601dd5f2..3acc296552 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -457,6 +457,11 @@ C<?[...])> construct. When the C<[...]> stands alone, the same
non-fatal warning as before is raised, and only the first character in
the sequence is used, again just as before.
+=item *
+
+Tainted constants evaluated at compile time no longer cause unrelated
+statements to become tainted. [perl #122669]
+
=back
=head1 Known Problems