sbekman     01/08/08 00:13:04

  Modified:    todo     possible_new_features.txt
  Log:
  log the "PerlOptions +Inherit" idea
  
  Revision  Changes    Path
  1.7       +9 -0      modperl-2.0/todo/possible_new_features.txt
  
  Index: possible_new_features.txt
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/todo/possible_new_features.txt,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- possible_new_features.txt 2001/08/05 03:20:31     1.6
  +++ possible_new_features.txt 2001/08/08 07:13:04     1.7
  @@ -15,6 +15,15 @@
     PerlSwitches -Mlib=/home/dev1/lib/perl, to set different @INC for
     different virtual hosts.
   
  +- a possible implementation of PerlOptions +Inherit, similar to
  +  +Parent but which allows virtual hosts to inherit everything that
  +  was loaded by the main server, at the point of their definition in
  +  the config file. This can make it easier to write configuration
  +  files where there is a common base of modules to be loaded in all
  +  servers. Of course this can be done by putting all these common
  +  modules and code into foo.pl and running it from the base server and
  +  all virtual hosts.
  +
   perl language features:
   ----------------------
   
  
  
  

Reply via email to