stas        2002/06/02 06:43:23

  Modified:    src/docs/2.0/user/config config.pod
  Log:
  - s/-Mlib=/-I/
  - remove the wrong note about SetupEnv not working with 'SetHandler
  modperl'
  
  Revision  Changes    Path
  1.13      +5 -13     modperl-docs/src/docs/2.0/user/config/config.pod
  
  Index: config.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/config/config.pod,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- config.pod        2 Jun 2002 08:11:36 -0000       1.12
  +++ config.pod        2 Jun 2002 13:43:23 -0000       1.13
  @@ -36,12 +36,14 @@
     PerlSwitches -wT
   
   As an alternative to using C<use lib> in I<startup.pl> to adjust
  -C<@INC>, now you can use the command line switch to do the same:
  +C<@INC>, now you can use the command line switch C<-I> to do that:
   
     PerlSwitches -I/home/stas/modperl
   
  -
  -
  +You could also use C<-Mlib=/home/stas/modperl> which is the exact
  +equivalent as C<use lib>, but it's broken on certain platforms/version
  +(e.g. Darwin/5.6.0). C<use lib> is removing duplicated entries,
  +whereas C<-I> does not.
   
   
   =head1 PerlOptions Directive
  @@ -304,16 +306,6 @@
             };
   
   Notice that we have got the value of the environment variable I<TEST>.
  -
  -For sections configured as:
  -
  -  <Location ...>
  -      SetHandler modperl
  -      ...
  -  </Location>
  -
  -it's always turned off and cannot be turned on.
  -
   
   
   =head1 Handlers Directives
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to