]> git.vpit.fr Git - perl/modules/Lexical-Types.git/commitdiff
Always skip seen ops in our peep replacement rt66146
authorVincent Pit <vince@profvince.com>
Sat, 26 Feb 2011 19:18:09 +0000 (20:18 +0100)
committerVincent Pit <vince@profvince.com>
Sat, 26 Feb 2011 19:18:09 +0000 (20:18 +0100)
Sometimes, there are loops in the next chain as e.g. with infinite loops
like "for (;;) { ... }". We can't reuse the op_opt member because it's
almost always set after the first pass.

This fixes RT #66146.


No differences found