This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 10 Apr 2002 20:07:42 +0000 (20:07 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 10 Apr 2002 20:07:42 +0000 (20:07 +0000)
commit0091380ba82527bc2944c1326dd5adebeba74266
tree6970673f79a23c024183830a153b9fd9bf855188
parent9d81ddc103af301cf8eaa43a924a732bf251c91c
Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT
correctly). As a side-effect, fix a bug in B::Lint. The corresponding
bug in B::walkoptree still to be fixed.

p4raw-id: //depot/perl@15850
ext/B/B.pm
ext/B/B/Lint.pm
ext/B/t/lint.t