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
(from:
b97b7b6
)
Disable const repl optimisation for empty pattern
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 12 Oct 2012 05:51:44 +0000
(22:51 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 12 Oct 2012 06:07:37 +0000
(23:07 -0700)
s//$a/ cannot assume that the $a expression is going to return the
same value at each iteration, because the last-used pattern may con-
tain code blocks that clobber *a.
No differences found