stas 01/12/21 06:58:43 Modified: src/user/compat compat.pod Log: - mention a need to build modperl with MP_COMPAT_1X=1 to gain compat level of 1x Revision Changes Path 1.3 +2 -1 modperl-docs/src/user/compat/compat.pod Index: compat.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/user/compat/compat.pod,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- compat.pod 2001/12/14 04:56:17 1.2 +++ compat.pod 2001/12/21 14:58:43 1.3 @@ -7,7 +7,8 @@ mod_perl 2.x is trying hard to be back compatible with mod_perl 1.x. However some things (mostly APIs) have been changed. In order to gain a complete compatibilty with 1.x while running under 2.x, you -should simply load the compatibility module: +should build mod_perl with C<MP_COMPAT_1X=1> and simply load the +compatibility module: use Apache::compat;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]