Remove non-working and hence unused features from B's OptreeCheck test code.
authorNicholas Clark <nick@ccl4.org>
Fri, 4 Feb 2011 10:29:53 +0000 (10:29 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 4 Feb 2011 10:29:53 +0000 (10:29 +0000)
commitb2d32ffb25539e36e18d4e4d11483f75d2b53b18
treec8321a672ea6898419892df959fbc6b7ac0c4a32
parent7319fd7fc0619d07356aa598ec397e9bab34167f
Remove non-working and hence unused features from B's OptreeCheck test code.

'retry' is no use without 'debug', and 'debug' doesn't work (doesn't enable
regexp debugging output for the retry) because C<use re 'debug'> is lexically
scoped, so can't be applied at runtime after the event to an already compiled
regexp. (And the "obvious" fix of turning it on for compile time isn't working
for some reason, so it's not trivial to fix this unused feature. Version
control will preserve the code if anyone wants to investigate, fix and
resurrect it.)
ext/B/t/OptreeCheck.pm
ext/B/t/optree_check.t