/[Apache-SVN]/perl/modperl/docs/trunk/src/docs/2.0/api/APR/SockAddr.pod
ViewVC logotype

Diff of /perl/modperl/docs/trunk/src/docs/2.0/api/APR/SockAddr.pod

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- perl/modperl/docs/trunk/src/docs/2.0/api/APR/SockAddr.pod	2005/04/02 22:34:47	159837
+++ perl/modperl/docs/trunk/src/docs/2.0/api/APR/SockAddr.pod	2005/04/02 22:40:15	159838
@@ -23,7 +23,7 @@ fields.
 
 Normally you'd get a socket address object, by calling:
 
-  use Apache::Connection ();
+  use Apache2::Connection ();
   my $remote_sock_addr = $c->remote_addr;
   my $local_sock_addr  = $c->remote_local;
 
@@ -64,7 +64,7 @@ If you are familiar with how perl's C<So
 in apr-speak that'd be written as:
 
   use APR::SockAddr ();
-  use Apache::Connection ();
+  use Apache2::Connection ();
   my $serverport = $c->local_addr->port;
   my $serverip   = $c->local_addr->ip_get;
   my $remoteport = $c->remote_addr->port;

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26