projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
70e5022
)
perldelta for (?{...}) error-handling
author
Father Chrysostomos <sprout@cpan.org>
Fri, 2 Sep 2011 15:59:30 +0000 (08:59 -0700)
committer
Father Chrysostomos <sprout@cpan.org>
Fri, 2 Sep 2011 15:59:30 +0000 (08:59 -0700)
pod/perl5125delta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perl5125delta.pod
b/pod/perl5125delta.pod
index
5d8372b
..
592eb74
100644
(file)
--- a/
pod/perl5125delta.pod
+++ b/
pod/perl5125delta.pod
@@
-194,6
+194,11
@@
was triggering this bug [perl #97010].
Passing to C<index> an offset beyond the end of the string when the string
is encoded internally in UTF8 no longer causes panics [perl #75898].
+=item *
+
+Syntax errors in C<< (?{...}) >> blocks in regular expressions no longer
+cause panic messages [perl #2353].
+
=back
=head1 New or Changed Diagnostics