On Sun, 2 Apr 2000, Oleg Bartunov wrote:

> Hi,
> 
> With 1.22_01-dev I got an error:
> 
> [Sun Apr  2 16:50:03 2000] [error] Modification of a read-only value attempted at 
>/usr/local/apache/lib/perl/My/ProxyRemoteAddr.pm line 15, <DATA> chunk 1.

hmm, 1.22_01-dev is supposed to fix that problem, does it make a
difference if you backout this change?

--- src/modules/perl/mod_perl.c 2000/03/31 05:16:05     1.112
+++ src/modules/perl/mod_perl.c 2000/04/03 04:19:53
@@ -1562,7 +1562,6 @@
            if(stash) /* check again */
                is_method = perl_handler_ismethod(stash, method);
 #endif
-           SPAGAIN; /* reset stack pointer after require() */
        }
        
        if(!is_method && !defined_sub) {

Reply via email to