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 as...@apache.org on 2002/10/09 10:46:05 UTC

cvs commit: modperl-docs/src/docs/2.0/user/overview overview.pod

ask         2002/10/09 01:46:05

  Modified:    src/docs/2.0/user/overview overview.pod
  Log:
  Apache::Hook isn't implemented yet; or something. What do I know.
  
  Revision  Changes    Path
  1.11      +2 -0      modperl-docs/src/docs/2.0/user/overview/overview.pod
  
  Index: overview.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/overview/overview.pod,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- overview.pod	5 Sep 2002 10:58:04 -0000	1.10
  +++ overview.pod	9 Oct 2002 08:46:05 -0000	1.11
  @@ -171,6 +171,8 @@
     Apache::Hook->add(PerlAuthenHandler => \&authenticate, Apache::Hook::MIDDLE);
     Apache::Hook->add(PerlLogHandler    => \&logger,       Apache::Hook::LAST);
   
  +META: Not implemented yet (API will change?) 
  +
   However, this means that Perl subroutines registered via this
   mechanism will be called for B<every> request.  It will be left to
   that subroutine to decide if it was to handle or decline the given
  
  
  

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