This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
scalars used in postponed subexpressions aren't first class regexps,
authorNicholas Clark <nick@ccl4.org>
Thu, 27 Dec 2007 21:41:03 +0000 (21:41 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 27 Dec 2007 21:41:03 +0000 (21:41 +0000)
commita2794585f298613c6353549c1058857370acfed3
tree36a4098b67749050428a201adc00c26229f7bc30
parent03949bffb4c2f692878d9c34d8b1be5484d73c6d
scalars used in postponed subexpressions aren't first class regexps,
so don't upgrade them to ORANGE before attaching qr magic.
(And don't stop using qr magic once regexps become first class)

p4raw-id: //depot/perl@32748
regexec.c
t/op/pat.t