You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/01/06 18:57:25 UTC

cvs commit: modperl-docs/src/docs/2.0/user/compat compat.pod

stas        02/01/06 09:57:25

  Modified:    src/docs/2.0/user/compat compat.pod
  Log:
  removing wrong parts of the compat docs: MP_COMPAT_1X=1 is the default
  now, and it's not configurable yet.
  
  Revision  Changes    Path
  1.6       +4 -6      modperl-docs/src/docs/2.0/user/compat/compat.pod
  
  Index: compat.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/compat/compat.pod,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- compat.pod	27 Dec 2001 11:35:22 -0000	1.5
  +++ compat.pod	6 Jan 2002 17:57:24 -0000	1.6
  @@ -7,8 +7,7 @@
   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 build mod_perl with C<MP_COMPAT_1X=1> and load the
  -compatibility module as early as possible:
  +should load the compatibility module as early as possible:
   
     use Apache::compat;
   
  @@ -25,10 +24,9 @@
   
   =head1 Configuration Directives
   
  -To continue using mod_perl configuration files from 1.x, build
  -mod_perl with C<MP_COMPAT_1X=1>. To migrate the configuration files to
  -the 2.x syntax, you may need to do certain adjustments if you use any
  -of the configuration directives listed in the following sections.
  +To migrate the configuration files to the 2.x syntax, you may need to
  +do certain adjustments if you use any of the configuration directives
  +listed in the following sections.
   
   Remember that if you use any of the new directives you configuration
   won't work anymore with mod_perl 1.x.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org