Style police (should have pointed it out earlier):
> + {
> + local $| = 0;
> + ok 9 == $r->print("buffered\n");
> + ok 0 == $r->print();
> + local $| = 1;
> + ok 13 == $r->print('n','o','t',' ','b','u','f','f','e','r','e','d',"\n");
> + }
> +
shouldn't this be indented?
_____________________________________________________________________
Stas Bekman JAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide http://perl.apache.org/guide
mailto:[EMAIL PROTECTED] http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]