This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
325f422
)
perldelta for 4c62787/#122771
author
Father Chrysostomos
<sprout@cpan.org>
Mon, 13 Oct 2014 06:00:40 +0000
(23:00 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 13 Oct 2014 06:26:18 +0000
(23:26 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
7a5b9d8
..
32b110e
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-500,6
+500,11
@@
Some patterns including code blocks with syntax errors, such as
C</ (?{(^{})/>, would hang or fail assertions on debugging builds. Now
they produce errors.
+=item *
+
+An assertion failure when parsing C<sort> with debugging enabled has been
+fixed. [perl #122771]
+
=back
=head1 Known Problems