In one of my local applications, the regression test has just started to fail with:
dubious Test returned status 0 (wstat 14, 0xe) Constant subroutine __need_size_t redefined at /usr/lib/perl/5.8.0/stddef.ph line 147. after all the subtests completed successfully Bizarrely this only happens if this test runs after some other test. Run on its own, or first in a series of tests, it works just fine. I can't think of anything that has changed that might have caused this. Has anyone ever seen anything like this before? Tony