[perl #96230] Stop qr// from reusing last pattern
authorFather Chrysostomos <sprout@cpan.org>
Sat, 22 Sep 2012 14:13:36 +0000 (07:13 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 22 Sep 2012 17:06:18 +0000 (10:06 -0700)
commit7e3136378328f90878eb7873a7a3197897e68253
tree48497a02aaaaeab718fda631fa1ef9d12886e051
parentab1d075370c212c5b4ea765c3a48fac555cd1f27
[perl #96230] Stop 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.
pp_hot.c
t/op/qr.t