stas 2004/09/16 18:06:55 Modified: src/docs/2.0/user/porting compat.pod Log: Apache::Log compat methods Revision Changes Path 1.66 +22 -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.65 retrieving revision 1.66 diff -u -u -r1.65 -r1.66 --- compat.pod 14 Sep 2004 20:37:05 -0000 1.65 +++ compat.pod 17 Sep 2004 01:06:55 -0000 1.66 @@ -685,6 +685,21 @@ C<L<Apache::Log|docs::2.0::api::Apache::Log>> manpage. + +=head2 C<Apache-E<gt>warn> + +C<$Apache-E<gt>warn> has been removed and exists only in +C<L<Apache::compat|docs::2.0::api::Apache::compat>>. Choose another +C<L<Apache::Log|docs::2.0::api::Apache::Log>> method. + +=head2 C<Apache::warn> + +C<$Apache::warn> has been removed and exists only in +C<L<Apache::compat|docs::2.0::api::Apache::compat>>. Choose another +C<L<Apache::Log|docs::2.0::api::Apache::Log>> method. + + + =head2 C<Apache::module()> C<Apache::module()> has been replaced with the function @@ -747,6 +762,13 @@ C<$Apache::Server::AddPerlVersion> is deprecated and exists only in C<L<Apache::compat|docs::2.0::api::Apache::compat>>. + +=head2 C<Apache::Server-E<gt>warn> + +C<Apache::Server-E<gt>warn> has been removed and exists only in +C<L<Apache::compat|docs::2.0::api::Apache::compat>>. Choose another +C<L<Apache::Log|docs::2.0::api::Apache::Log>> method. +
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]