You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@hyperreal.org on 1999/12/30 20:12:36 UTC

cvs commit: modperl mod_perl.pod

dougm       99/12/30 11:12:35

  Modified:    .        mod_perl.pod
  Log:
  there is no limit to # of PerlModules anymore
  
  Revision  Changes    Path
  1.17      +1 -5      modperl/mod_perl.pod
  
  Index: mod_perl.pod
  ===================================================================
  RCS file: /home/cvs/modperl/mod_perl.pod,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- mod_perl.pod	1999/11/20 17:49:32	1.16
  +++ mod_perl.pod	1999/12/30 19:12:35	1.17
  @@ -56,10 +56,6 @@
   
       PerlModule Apache::SSI SomeOther::Module
   
  -There is a limit of 10 PerlModule's, if you need more to be loaded when the 
  -server starts, use one PerlModule to pull in many or use the PerlRequire 
  -directive described below.
  -
   Optionally:
   
       PerlRequire  perl-scripts/script_to_load_at_startup.pl
  @@ -789,7 +785,7 @@
   
   =head1 REVISION
   
  -$Id: mod_perl.pod,v 1.16 1999/11/20 17:49:32 cholet Exp $
  +$Id: mod_perl.pod,v 1.17 1999/12/30 19:12:35 dougm Exp $
   
   =head1 AUTHOR