On Wednesday 03 October 2007 20:06:01 [EMAIL PROTECTED] wrote: > +$| = 1; > +is($|, 1, "output autoflush is set");
I keep seeing this code, and I'm not sure why it's there. Why do you need to enable autoflush in the tests? You're not printing anything (Test::Builder uses very different filehandles). Further, why test that assignment works in Perl? If it doesn't work, we have bigger problems than the rest of the test file. Am I missing something? -- c