gozer       2004/11/08 21:49:32

  Modified:    src/docs/2.0/user/config config.pod
  Log:
  Clarify explanation of PerlLoadModule, since it has now
  lost most of it's magicness wrt custom configuration directives
  
  Revision  Changes    Path
  1.67      +6 -5      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.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- config.pod        22 Jul 2004 05:37:30 -0000      1.66
  +++ config.pod        9 Nov 2004 05:49:32 -0000       1.67
  @@ -216,11 +216,12 @@
   
   The C<PerlLoadModule> directive is similar to
   C<L<PerlModule|/C_PerlModule_>>, in a sense that it loads a
  -module. The difference is that it's used to implement L<new Apache
  -directives|docs::2.0::user::config::custom>. Since those
  -directives are needed during the configuration phase, this directive
  -triggers L<an early Perl startup|/Startup_Process>, as a side effect.
  -
  +module. The difference is that it's used to triggers
  +L<an early Perl startup|/Startup_Process>. This can be usefull
  +for modules that need to be loaded early, as is the case for
  +modules that implement
  +L<new Apache directives|docs::2.0::user::config::custom>,
  +which are needed during the configuration phase.
   
   
   
  
  
  

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

Reply via email to