stas        01/09/28 13:23:04

  Modified:    pod      modperl_dev.pod
  Log:
  document numeric equivalents of PerlTrace options
  
  Revision  Changes    Path
  1.41      +10 -10    modperl-2.0/pod/modperl_dev.pod
  
  Index: modperl_dev.pod
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/pod/modperl_dev.pod,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- modperl_dev.pod   2001/09/18 16:05:16     1.40
  +++ modperl_dev.pod   2001/09/28 20:23:04     1.41
  @@ -497,17 +497,17 @@
   
   which sets maximum logging and debugging levels;
   
  -a combination of one or more option letters from the following list:
  +a combination of one or more option letters (or option numerical
  +equivalents) from the following list:
   
  -  d  directive processing
  -  f  filters
  -  g  Perl runtime interaction
  -  h  handlers
  -  i  interpreter pool management
  -  m  memory allocations
  -  s  perl sections
  -
  -or a numeric value.
  +  d (  1) directive processing
  +  f (  2) filters
  +  g (  4) Perl runtime interaction
  +  h (  8) handlers
  +  i ( 16) interpreter pool management
  +  m ( 32) memory allocations
  +  s ( 64) perl sections
  +  t (128) benchmark-ish timings
   
   When C<level> is not specified, the tracing level will be set to the
   value of the MOD_PERL_TRACE environment variable.
  
  
  


Reply via email to