gozer       2004/04/28 17:19:35

  Modified:    t/conf   extra.last.conf.in modperl_extra.pl
  Log:
  Rename Tie::PerlSection to ModPerl::TestTiePerlSection to avoid polluting
  the Tie::* namespace.
  
  Revision  Changes    Path
  1.22      +1 -1      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.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- extra.last.conf.in        23 Apr 2004 00:38:33 -0000      1.21
  +++ extra.last.conf.in        29 Apr 2004 00:19:35 -0000      1.22
  @@ -14,7 +14,7 @@
   
   <Perl >
   #Test tied %Location
  -tie %Location, 'Tie::PerlSection';
  +tie %Location, 'ModPerl::TestTiePerlSection';
   $Location{'/tied'} = 'test_tied';
   
   $Apache::Server::SaveConfig = 1;
  
  
  
  1.47      +1 -1      modperl-2.0/t/conf/modperl_extra.pl
  
  Index: modperl_extra.pl
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/conf/modperl_extra.pl,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- modperl_extra.pl  28 Apr 2004 21:29:38 -0000      1.46
  +++ modperl_extra.pl  29 Apr 2004 00:19:35 -0000      1.47
  @@ -197,7 +197,7 @@
       warn "END in modperl_extra.pl, pid=$$\n";
   }
   
  -package Tie::PerlSection;
  +package ModPerl::TestTiePerlSection;
   
   # the following is needed for the tied %Location test in <Perl>
   # sections. Unfortunately it can't be defined in the section itself
  
  
  

Reply via email to