gozer       2003/12/15 11:45:50

  Modified:    src/docs/2.0/api/ModPerl Util.pod
  Log:
  Document current_callback and exit in ModPerl::Util
  
  Revision  Changes    Path
  1.2       +14 -1     modperl-docs/src/docs/2.0/api/ModPerl/Util.pod
  
  Index: Util.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/ModPerl/Util.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Util.pod  11 Mar 2003 07:33:52 -0000      1.1
  +++ Util.pod  15 Dec 2003 19:45:50 -0000      1.2
  @@ -16,6 +16,19 @@
   
   C<ModPerl::Util> provides mod_perl 2.0 util functions.
   
  -META: complete
  +=head1 API
  +
  +=over
  +
  +=item * current_callback
  +
  +Returns the currently running callback, like 'PerlResponseHandler'
  +
  +=item * exit
  +
  +Used internally to replace CORE::exit and terminate the request,
  +not the whole children.
  +
  +=back
   
   =cut
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to