Perl 5.7.3 breaks mod_perl tied handles [PATCH]

2002-03-18 Thread Charles Jardine
I have been testing my mod_perl-1.26 applications under perl 5.7.3. I have discovered that the tying of STDIN and STDOUT does not work. This is caused by a change in the internals of the implementation of tied handles in Perl. The following extract from the source of Perl (pp_sys.c ll 764 ff)

Re: Perl 5.7.3 breaks mod_perl tied handles [PATCH]

2002-03-18 Thread Stas Bekman
Charles Jardine wrote: I have been testing my mod_perl-1.26 applications under perl 5.7.3. I have discovered that the tying of STDIN and STDOUT does not work. Great work, Charles! the output of 'diff -u' is a preffered format for patches :) [snip] This patch makes mod_perl work with