gozer 2004/09/13 17:06:56
Modified: src/docs/2.0/api/Apache compat.pod
src/docs/2.0/user/porting compat.pod
Log:
Apache::Module get_config & top_module didn't need to be overriden
methods, keep it simple with smart wrappers instead
Revision Changes Path
1.12 +0 -4 modperl-docs/src/docs/2.0/api/Apache/compat.pod
Index: compat.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/compat.pod,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- compat.pod 13 Sep 2004 23:36:55 -0000 1.11
+++ compat.pod 14 Sep 2004 00:06:56 -0000 1.12
@@ -121,10 +121,6 @@
=item * C<Apache::Connection::remote_addr>
-=item * C<Apache::Module::top_module>
-
-=item * C<Apache::Module::get_config>
-
=item * C<Apache::Util::ht_time>
=item * C<APR::URI::unparse>
1.63 +17 -0 modperl-docs/src/docs/2.0/user/porting/compat.pod
Index: compat.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/porting/compat.pod,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- compat.pod 25 Aug 2004 21:51:27 -0000 1.62
+++ compat.pod 14 Sep 2004 00:06:56 -0000 1.63
@@ -703,6 +703,23 @@
+=head1 C<Apache::Module::> Methods
+
+=head2 C<Apache::Module-E<gt>top_module>
+
+C<Apache::Module-E<gt>top_module> has been replaced with
+the function C<Apache::Module::top_module()>
+
+
+
+
+=head2 C<Apache::Module-E<gt>get_config>
+
+C<Apache::Module-E<gt>get_config> has been replaced with
+the function C<Apache::Module::get_config()>
+
+
+
=head1 C<Apache::Server::> Methods and Variables
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]