Eric Wong <[email protected]> wrote: > Localizing assignments to *STDERR doesn't seem to always work > with scalar (String) IO objects. Fortunately, doing actual dup2 > redirects always seems reliable, so do that instead of > attempting to understand why PerlIO sometimes fails with the > assignment.
*sigh* Nope... I just got another failure even with this
commit. I suspect it's down to Parse::RecDescent using the
less common:
print {*STDERR} ...
Instead of the more common:
print STDERR ...
