dougm       01/04/12 18:38:38

  Modified:    Apache-Test/lib/Apache TestConfigPerl.pm
  Log:
  add a few to the hook config mapping table
  
  Revision  Changes    Path
  1.6       +1 -1      modperl-2.0/Apache-Test/lib/Apache/TestConfigPerl.pm
  
  Index: TestConfigPerl.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Apache-Test/lib/Apache/TestConfigPerl.pm,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TestConfigPerl.pm 2001/04/04 17:42:11     1.5
  +++ TestConfigPerl.pm 2001/04/13 01:38:38     1.6
  @@ -210,7 +210,7 @@
   #@INC is auto-modified so each test .pm can be found
   #modules can add their own configuration using __DATA__
   
  -my %hooks = map { $_, ucfirst $_ } qw(authen);
  +my %hooks = map { $_, ucfirst $_ } qw(access authen authz type fixup log);
   $hooks{Protocol} = 'ProcessConnection';
   $hooks{Filter}   = 'OutputFilter';
   
  
  
  

Reply via email to