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/09/21 05:06:17 UTC

cvs commit: modperl-2.0/lib/ModPerl Code.pm

stas        2003/09/20 20:06:17

  Modified:    lib/ModPerl Code.pm
  Log:
  new tracing flag: e = environment setting (+sort the key hashes)
  
  Revision  Changes    Path
  1.106     +6 -5      modperl-2.0/lib/ModPerl/Code.pm
  
  Index: Code.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/ModPerl/Code.pm,v
  retrieving revision 1.105
  retrieving revision 1.106
  diff -u -u -r1.105 -r1.106
  --- Code.pm	16 Sep 2003 01:57:27 -0000	1.105
  +++ Code.pm	21 Sep 2003 03:06:17 -0000	1.106
  @@ -454,14 +454,15 @@
   #    'a' => 'all',
       'c' => 'configuration for directive handlers',
       'd' => 'directive processing',
  -    's' => 'perl sections',
  +    'e' => 'environment variables',
  +    'f' => 'filters',
  +    'g' => 'Perl runtime interaction',
       'h' => 'handlers',
  -    'm' => 'memory allocations',
  -    't' => 'benchmark-ish timings',
       'i' => 'interpreter pool management',
  -    'g' => 'Perl runtime interaction',
  -    'f' => 'filters',
  +    'm' => 'memory allocations',
       'o' => 'I/O',
  +    's' => 'perl sections',
  +    't' => 'benchmark-ish timings',
   );
   
   sub generate_trace {