gozer 2003/06/14 23:12:20
Modified: . STATUS
Log:
Log mp_preload_module() breakage with method handlers
Revision Changes Path
1.30 +10 -1 modperl/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/modperl/STATUS,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- STATUS 29 May 2003 03:49:51 -0000 1.29
+++ STATUS 15 Jun 2003 06:12:20 -0000 1.30
@@ -31,6 +31,15 @@
http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=105412732722992&w=2
Needs Patch or Further Investigation
+ * mp_preload_module and method handlers broken.
+ Report:
+ http://marc.theaimsgroup.com/?t=105532710700003&r=1&w=2
+ Status:
+ When using Perl*Handler Foo->bar. mp_preload_module will not correctly
+ load the module at all. And if the module is preloaded with PerlModule
+ or added to the startup scripts, Foo->bar(undef) will be called on startup
+ without a valid $r to speak of. Similar broken behaviour happens with
+ Perl*Handler $My::Obj->foo.
* $r->print() ignores $,
Report: http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=102902480103484&w=2
|