dougm       01/04/02 16:45:56

  Modified:    Apache-Test/lib/Apache TestConfigPerl.pm
  Log:
  replace @variables@ in .pm __DATA__ config
  
  Revision  Changes    Path
  1.3       +1 -0      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TestConfigPerl.pm 2001/04/02 18:36:24     1.2
  +++ TestConfigPerl.pm 2001/04/02 23:45:55     1.3
  @@ -169,6 +169,7 @@
   
       while (<$fh>) {
           next unless /\S+/;
  +        $self->replace;
           push @$args, split /\s+/, $_, 2;
       }
   }
  
  
  

Reply via email to