This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix regexec.c so $^N and $+ are correctly updated so that they work properly inside...
authorMoritz Lenz <moritz@casella.verplant.org>
Sat, 5 Jan 2008 17:14:37 +0000 (18:14 +0100)
committerYves Orton <demerphq@gmail.com>
Sat, 5 Jan 2008 20:35:26 +0000 (20:35 +0000)
commit0357f1fd55a0c9e8fad7103cf9d7638747f9d9ee
tree671591ff1e3bb7f36ef2827bda0b23a995619157
parent9d6c4c89d7abc4ff8da33eead5dcb715c685a2e8
Fix regexec.c so $^N and $+ are correctly updated so that they work properly inside of (?{...}) blocks as reported by Moritz Lenz in

Subject: Bugs in extended regexp features
Message-ID: <477FACED.4000505@casella.verplant.org>

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