summaryrefslogtreecommitdiff
path: root/regexp.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-10-16 14:36:43 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-10-16 14:36:43 -0700
commit6a97c51d3ccb6044a8e13896ba95a46e330ffa4b (patch)
tree2210890372625d53dceca7023fffbe62aebec9dc /regexp.h
parent90814a4e3c744b161cec74d3372d8d7546b0c9da (diff)
downloadperl-6a97c51d3ccb6044a8e13896ba95a46e330ffa4b.tar.gz
[perl #96230] Stop s/$qr// from reusing last pattern
qr// should not be using the last-successful pattern, because it is "(?^:)", not the empty pattern. A stringified qr// does not use the last-successful pattern. This was fixed for m/$qr/ (and =~ qr//) in commit 7e31363783, but s/$qr// was left out.
Diffstat (limited to 'regexp.h')
0 files changed, 0 insertions, 0 deletions