summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-09-14 08:53:54 -0600
committerKarl Williamson <khw@cpan.org>2014-09-14 08:55:12 -0600
commit0064f8cc7c4421620a76af5ddcf6cee0e7cc4368 (patch)
tree7f3dfc0fe1e58e79ab790e87340a69b186f824fb /pod/perldelta.pod
parentbbca64cfac7f9cabe1bbc27ce768ec2d98235ede (diff)
downloadperl-0064f8cc7c4421620a76af5ddcf6cee0e7cc4368.tar.gz
perldelta: Note bug fix to suppress repeated warnings
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index c5e1352d6e..d031e4f43e 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -539,6 +539,12 @@ Previously, it was possible for some files to be considered UTF-8 that
actually weren't valid UTF-8. This is now fixed. The operators now
work on EBCDIC platforms as well.
+=item *
+
+Under some conditions warning messages raised during regular expression
+pattern compilation were being output more than once. This has now been
+fixed.
+
=back
=head1 Known Problems