On 10/3/07, chromatic <[EMAIL PROTECTED]> wrote:
> 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?
>
hrmm. now that you mention it, i believe autoflush is on by default in
perls since 5.6.1, and since we require a minimum of 5.8.0 for parrot,
i believe that requirement renders this test moot.
~jerry

Reply via email to