gozer       2004/08/08 16:50:49

  Modified:    t/conf   extra.last.conf.in
  Log:
  authen was recently renamed to authen_basic and authen_digest, fixing
  2 little rename omissions
  
  Revision  Changes    Path
  1.23      +2 -2      modperl-2.0/t/conf/extra.last.conf.in
  
  Index: extra.last.conf.in
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/conf/extra.last.conf.in,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- extra.last.conf.in        29 Apr 2004 00:19:35 -0000      1.22
  +++ extra.last.conf.in        8 Aug 2004 23:50:48 -0000       1.23
  @@ -8,7 +8,7 @@
       'PerlInitHandler' => 'ModPerl::Test::add_config',
       'AuthType' => 'Basic',
       'AuthName' => 'PerlSection',
  -    'PerlAuthenHandler' => 'TestHooks::authen',
  +    'PerlAuthenHandler' => 'TestHooks::authen_basic',
       };
   </Perl>
   
  @@ -51,7 +51,7 @@
       'PerlInitHandler'   => 'ModPerl::Test::add_config',
       'AuthType'          => 'Basic',
       'AuthName'          => 'PerlSection',
  -    'PerlAuthenHandler' => 'TestHooks::authen',
  +    'PerlAuthenHandler' => 'TestHooks::authen_basic',
       };
   </Perl>
   
  
  
  

Reply via email to