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/06/02 10:11:36 UTC

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

stas        2002/06/02 01:11:36

  Modified:    src/docs/2.0/devel/testing testing.pod
               src/docs/2.0/user/config config.pod
  Log:
  -Mlib= is broken on darwin/5.6.0, change to -I which works everywhere
  
  Revision  Changes    Path
  1.23      +3 -3      modperl-docs/src/docs/2.0/devel/testing/testing.pod
  
  Index: testing.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/devel/testing/testing.pod,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- testing.pod	20 May 2002 05:10:59 -0000	1.22
  +++ testing.pod	2 Jun 2002 08:11:35 -0000	1.23
  @@ -903,7 +903,7 @@
     # this file will be Include-d by @ServerRoot@/httpd.conf
     
     # where Apache::Amazing can be found
  -  PerlSwitches -Mlib=@ServerRoot@/../lib
  +  PerlSwitches -I@ServerRoot@/../lib
     # preload the module
     PerlModule Apache::Amazing
     <Location /test/amazing>
  @@ -1068,14 +1068,14 @@
   
     file:my-extra.conf.in
     ---------------------
  -  PerlSwitches -Mlib=@ServerRoot@/../lib
  +  PerlSwitches -I@ServerRoot@/../lib
   
   and assuming that the I<ServerRoot> is I<~/modperl-2.0/t/>, when
   I<my-extra.conf> will be created, it'll look like:
   
     file:my-extra.conf
     ------------------
  -  PerlSwitches -Mlib=~/modperl-2.0/t/../lib
  +  PerlSwitches -I~/modperl-2.0/t/../lib
   
   The valid tokens are defined in C<%Apache::TestConfig::Usage> and also
   can be seen in the output of C<t/TEST -help>'s I<configuration
  
  
  
  1.12      +1 -1      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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- config.pod	23 May 2002 02:54:33 -0000	1.11
  +++ config.pod	2 Jun 2002 08:11:36 -0000	1.12
  @@ -38,7 +38,7 @@
   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:
   
  -  PerlSwitches -Mlib=/home/stas/modperl
  +  PerlSwitches -I/home/stas/modperl
   
   
   
  
  
  

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