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 go...@apache.org on 2004/03/26 23:02:50 UTC

cvs commit: modperl-2.0/t/conf extra.last.conf.in

gozer       2004/03/26 14:02:50

  Modified:    t/conf   extra.last.conf.in
  Log:
  Untabify
  
  Revision  Changes    Path
  1.17      +7 -7      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.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- extra.last.conf.in	16 Feb 2004 19:50:12 -0000	1.16
  +++ extra.last.conf.in	26 Mar 2004 22:02:50 -0000	1.17
  @@ -5,18 +5,18 @@
   <Perl >
   push @Alias, ['/perl_sections', '@DocumentRoot@'];
   $Location{'/perl_sections'} = {
  -	'PerlInitHandler' => 'ModPerl::Test::add_config',
  -	'AuthType' => 'Basic',
  -	'AuthName' => 'PerlSection',
  -	'PerlAuthenHandler' => 'TestHooks::authen',
  -	};
  +    'PerlInitHandler' => 'ModPerl::Test::add_config',
  +    'AuthType' => 'Basic',
  +    'AuthName' => 'PerlSection',
  +    'PerlAuthenHandler' => 'TestHooks::authen',
  +    };
   </Perl>
   
   <Perl >
   $Apache::Server::SaveConfig = 1;
   $Location{'/perl_sections_saved'} = {
  -	'AuthName' => 'PerlSection',
  -	};
  +    'AuthName' => 'PerlSection',
  +    };
   #This is a comment
   $TestDirective::perl::comments="yes";
   $TestDirective::perl::PACKAGE = __PACKAGE__;