This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 2c1f00b/#122747
authorFather Chrysostomos <sprout@cpan.org>
Sun, 14 Sep 2014 19:43:20 +0000 (12:43 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 14 Sep 2014 21:53:40 +0000 (14:53 -0700)
pod/perldelta.pod

index 9d6f0f1..11afe1c 100644 (file)
@@ -576,6 +576,12 @@ 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.
 
+=item *
+
+Loading UTF8 tables during a regular expression match could cause assertion
+failures under debugging builds if the previous match used the very same
+regular expression.  [perl #122747]
+
 =back
 
 =head1 Known Problems