stas 2004/07/04 10:11:26 Modified: src/docs/2.0/user/porting compat.pod Log: sort items Revision Changes Path 1.53 +6 -6 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.52 retrieving revision 1.53 diff -u -u -r1.52 -r1.53 --- compat.pod 4 Jul 2004 17:09:26 -0000 1.52 +++ compat.pod 4 Jul 2004 17:11:26 -0000 1.53 @@ -680,12 +680,6 @@ Though the C function C<modperl_perl_gensym()> is available for XS/C extensions writers. -=head2 C<Apache::module()> - -C<Apache::module()> has been replaced with the function -C<Apache::Module::loaded()>, which now accepts a single argument: the -module name. - =head2 C<Apache::log_error()> C<Apache::log_error()> is not available in mod_perl 2.0 API. You can @@ -696,6 +690,12 @@ instead. See the C<L<Apache::Log|docs::2.0::api::Apache::Log>> manpage. + +=head2 C<Apache::module()> + +C<Apache::module()> has been replaced with the function +C<Apache::Module::loaded()>, which now accepts a single argument: the +module name.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]