diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-09-07 11:15:41 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-09-07 13:25:35 -0700 |
commit | aa292ef2825a5b0f26ce87ef986b66dee38d129d (patch) | |
tree | ad418245337f6ae9c0329e057945ed9862728a83 /pod/perldelta.pod | |
parent | d1da2d574bc16ae8003d2c8b558ad288d64e0d5d (diff) | |
download | perl-aa292ef2825a5b0f26ce87ef986b66dee38d129d.tar.gz |
perldelta for 64ff300b/#122669
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 5 |
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 |