geoff 2004/03/23 06:55:40
Modified: src/docs/2.0/api Apache.pod
Log:
back out name changes in version 1.2
Revision Changes Path
1.3 +2 -2 modperl-docs/src/docs/2.0/api/Apache.pod
Index: Apache.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache.pod,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Apache.pod 19 Jan 2004 18:48:31 -0000 1.2
+++ Apache.pod 23 Mar 2004 14:55:40 -0000 1.3
@@ -29,10 +29,10 @@
namespace. For example
C<L<Apache::ServerUtil|docs::2.0::api::Apache::ServerUtil>> defines a
constant
-C<L<Apache::Server::server_root|docs::2.0::api::Apache::ServerUtil/C_Apache__Server__server_root_>>:
+C<L<Apache::server_root|docs::2.0::api::Apache::ServerUtil/C_Apache__server_root_>>:
use Apache::ServerUtil;
- my $server_root = Apache::Server::server_root;
+ my $server_root = Apache::server_root;
To use this functions and methods you need to load the module that
defines them. If you aren't sure which module contains the symbol you
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]