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 st...@apache.org on 2003/03/06 07:34:56 UTC

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

stas        2003/03/05 22:34:56

  Modified:    src/docs/2.0/user/config config.pod
  Log:
  make ModPerl::MethodLookup::preload_all_modules easier to find, by putting
  an example to startup.pl (though commented out)
  
  Revision  Changes    Path
  1.37      +4 -0      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.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- config.pod	18 Feb 2003 04:29:41 -0000	1.36
  +++ config.pod	6 Mar 2003 06:34:56 -0000	1.37
  @@ -88,6 +88,10 @@
     # enable if the mod_perl 1.0 compatibility is needed
     # use Apache::compat ();
     
  +  # preload all mp2 modules
  +  # use ModPerl::MethodLookup;
  +  # ModPerl::MethodLookup::preload_all_modules();
  +  
     use ModPerl::Util (); #for CORE::GLOBAL::exit
     
     use Apache::RequestRec ();