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 2002/08/15 10:46:41 UTC

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

stas        2002/08/15 01:46:40

  Modified:    src/docs/2.0/user/compat compat.pod
  Log:
  the get_remote_host() name didn't change after all
  
  Revision  Changes    Path
  1.29      +1 -1      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.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- compat.pod	31 Jul 2002 16:38:13 -0000	1.28
  +++ compat.pod	15 Aug 2002 08:46:40 -0000	1.29
  @@ -361,7 +361,7 @@
   C<L<Apache::Connection>>:
   
     use Apache::Connection;
  -  $r->connection->remote_host();
  +  $r->connection->get_remote_host();
   
   =head2 C<$r-E<gt>content>
   
  
  
  

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