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/01/03 05:33:29 UTC

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

stas        2003/01/02 20:33:28

  Modified:    src/docs/2.0/user/compat compat.pod
  Log:
  add Apache::PerlRun to the title, for clueless users
  
  Revision  Changes    Path
  1.39      +5 -3      modperl-docs/src/docs/2.0/user/compat/compat.pod
  
  Index: compat.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/compat/compat.pod,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- compat.pod	28 Dec 2002 07:39:28 -0000	1.38
  +++ compat.pod	3 Jan 2003 04:33:28 -0000	1.39
  @@ -154,7 +154,7 @@
   directory I<5.8.0/i686-linux-thread-multi> in C<@INC>.
   
   
  -=head1 The C<Apache::Registry> Family
  +=head1 C<Apache::Registry>, C<Apache::PerlRun> and Friends
   
   C<Apache::Registry>, C<Apache::PerlRun> and other modules from the
   registry family now live in the C<ModPerl::> namespace to avoid
  @@ -511,12 +511,14 @@
   =head2 C<$r-E<gt>log_reason>
   
   C<$r-E<gt>log_reason> is not available in mod_perl 2.0 API. Use the
  -other standard logging functions provided by the C<L<Apache::Log|docs::2.0::api::mod_perl-2.0::Apache::Log>>
  +other standard logging functions provided by the
  +C<L<Apache::Log|docs::2.0::api::mod_perl-2.0::Apache::Log>>
   module. For example:
   
     $r->log_error("it works!");
   
  -See the C<L<Apache::Log|docs::2.0::api::mod_perl-2.0::Apache::Log>> manpage.
  +See the C<L<Apache::Log|docs::2.0::api::mod_perl-2.0::Apache::Log>>
  +manpage.
   
   
   =head2 C<$r-E<gt>register_cleanup>
  
  
  

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