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

2003-12-15 Thread gozer
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  ChangesPath
  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 -  1.1
  +++ Util.pod  15 Dec 2003 19:45:50 -  1.2
  @@ -16,6 +16,19 @@
   
   C 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]



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

2003-12-15 Thread gozer
gozer   2003/12/15 12:26:29

  Modified:src/docs/2.0/api/ModPerl Util.pod
  Log:
  Upgrade my semi-english to something closer to real english ;-)
  
  Revision  ChangesPath
  1.3   +1 -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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Util.pod  15 Dec 2003 19:45:50 -  1.2
  +++ Util.pod  15 Dec 2003 20:26:29 -  1.3
  @@ -27,7 +27,7 @@
   =item * exit
   
   Used internally to replace CORE::exit and terminate the request,
  -not the whole children.
  +not the current process.
   
   =back
   
  
  
  

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



cvs commit: modperl-docs/src/docs/general/testing testing.pod

2003-12-15 Thread geoff
geoff   2003/12/15 13:19:59

  Modified:src/docs/general/testing testing.pod
  Log:
  update for #define HTTPD_TEST_REQUIRE_APACHE 2.0.49
  
  Revision  ChangesPath
  1.25  +11 -0 modperl-docs/src/docs/general/testing/testing.pod
  
  Index: testing.pod
  ===
  RCS file: /home/cvs/modperl-docs/src/docs/general/testing/testing.pod,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- testing.pod   20 Oct 2003 22:38:24 -  1.24
  +++ testing.pod   15 Dec 2003 21:19:59 -  1.25
  @@ -1415,6 +1415,17 @@
   automatically compiled by I with C<-DAPACHE1> or C<-DAPACHE2>
   so you can conditionally compile it to suit different httpd versions.
   
  +In additon to the single-digit form,
  +
  +  #define HTTPD_TEST_REQUIRE_APACHE 2.0.48
  +
  +and
  +
  +  #define HTTPD_TEST_REQUIRE_APACHE 2.1
  +
  +are also supported, allowing for conditional compilation based on
  +criteria similar to I.
  +
   =item *
   
   If there is a section bounded by:
  
  
  

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