You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2003/06/06 11:22:48 UTC

cvs commit: modperl-docs/src/docs/2.0/api/ModPerl MethodLookup.pod

stas        2003/06/06 02:22:48

  Modified:    src/docs/2.0/api/ModPerl MethodLookup.pod
  Log:
  PerlPostConfigHandler is not quite working for AUTOLOAD, use
  PerlChildInitHandler instead
  
  Revision  Changes    Path
  1.4       +2 -2      modperl-docs/src/docs/2.0/api/ModPerl/MethodLookup.pod
  
  Index: MethodLookup.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/ModPerl/MethodLookup.pod,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MethodLookup.pod	17 Apr 2003 02:36:08 -0000	1.3
  +++ MethodLookup.pod	6 Jun 2003 09:22:48 -0000	1.4
  @@ -267,11 +267,11 @@
   installed Perl will call it every time some method is missing
   (e.g. undefined C<DESTROY> methods). The following approach seems to
   somewhat work for me. It installs C<UNIVERSAL::AUTOLOAD> only when the
  -configuration stage has completed:
  +the child process starts.
   
     httpd.conf:
     -----------
  -  PerlPostConfigHandler ModPerl::MethodLookupAuto
  +  PerlChildInitHandler ModPerl::MethodLookupAuto
   
     startup.pl:
     -----------
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org