On Sun, 16 Dec 2001 00:43:07 -0700, Benjamin Goldberg wrote:
> chromatic wrote:
>> +re->unimport('taint');
>> +isnt( $^H & 0x00100000, 1, 'unimport should clear bits in $^H when
>> requested' ); +re->unimport('eval');
>> +isnt( $^H & 0x00200000, 1, '... and again' );
> These tests are wrong. $^H & 0x00100000 will never be one, no matter what is
> in $^H. It will either be 0, or it will be 0x00100000.
Oops. You're absolutely right, thank you. How does Schwern program when he
should be asleep? I can't.
I'll repatch tomorrow, to give other people a chance to find errors.
-- c