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

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

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

--- perl/modperl/docs/trunk/src/docs/2.0/api/APR/IpSubnet.pod	2005/04/02 22:34:47	159837
+++ perl/modperl/docs/trunk/src/docs/2.0/api/APR/IpSubnet.pod	2005/04/02 22:40:15	159838
@@ -107,8 +107,8 @@ Example:
 Allow accesses only from the localhost (IPv4):
 
   use APR::IpSubnet ();
-  use Apache::Connection ();
-  use Apache::RequestRec ();
+  use Apache2::Connection ();
+  use Apache2::RequestRec ();
   my $ipsub = APR::IpSubnet->new($r->pool, "127.0.0.1");
   ok $ipsub->test($r->connection->remote_addr);
 

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26