This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ext/B/t/OptreeCheck.pm: fix hint stripping
authorDavid Mitchell <davem@iabyn.com>
Mon, 5 Nov 2012 13:54:51 +0000 (13:54 +0000)
committerDavid Mitchell <davem@iabyn.com>
Sat, 10 Nov 2012 13:39:34 +0000 (13:39 +0000)
commitaa0b6d222413658ae4aa5d25a8bc475ba92abae2
treef190c696008217b9265af11906df9e8fb44c5573
parente7fd4fe6bea960254cd4b5ebf5ad230b8c13f9ac
ext/B/t/OptreeCheck.pm: fix hint stripping

The code that strips hints from a nextstate couldn't handle
the 'next' pointer being '-', e.g. v:>,<,% ->-
ext/B/t/OptreeCheck.pm