in reply to Why won't say act like say when its tied?

The odd thing is, the current code to handle this

if (flags & TIED_METHOD_SAY) { /* local $\ = "\n" */ SAVEGENERICSV(PL_ors_sv); PL_ors_sv = newSVpvs("\n"); }

is present in 5.10.0, and there's nothing in perl5101delta about a fix. I wonder if it's a bug Debian introduced. Unfortunately, I can't build 5.10.0 to confirm.

Replies are listed 'Best First'.
Re^2: Why won't say act like say when its tied?
by ikegami (Patriarch) on Mar 07, 2011 at 19:28 UTC
    I was able to install 5.10.0 on a different machine. The bug isn't specific to Debian's build.