gozer       2004/03/26 23:43:39

  Modified:    t/conf   extra.last.conf.in
  Log:
  indentation fix
  
  Revision  Changes    Path
  1.20      +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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- extra.last.conf.in        27 Mar 2004 04:36:16 -0000      1.19
  +++ extra.last.conf.in        27 Mar 2004 07:43:39 -0000      1.20
  @@ -19,7 +19,7 @@
   sub FETCH { 
       my ($hash, $key) = @_;
       if ($key eq '/tied') {
  -         return 'TIED';
  +        return 'TIED';
       }
       return $hash->{$key};
   }
  
  
  

Reply via email to