stas        2004/08/05 12:08:26

  Modified:    perl-framework/Apache-Test/lib/Apache TestRunPerl.pm
  Log:
  version string already contains 'Apache/' prefix
  
  Revision  Changes    Path
  1.19      +1 -1      
httpd-test/perl-framework/Apache-Test/lib/Apache/TestRunPerl.pm
  
  Index: TestRunPerl.pm
  ===================================================================
  RCS file: 
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestRunPerl.pm,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -u -r1.18 -r1.19
  --- TestRunPerl.pm    31 Mar 2004 08:35:48 -0000      1.18
  +++ TestRunPerl.pm    5 Aug 2004 19:08:25 -0000       1.19
  @@ -59,7 +59,7 @@
       if (($rev == 1 and $mod_perl::VERSION >= 1.99) ||
           ($rev == 2 and $mod_perl::VERSION < 1.99)) {
           error "Found mod_perl/$mod_perl::VERSION, " .
  -            "but it can't be used with Apache/$ver";
  +            "but it can't be used with $ver";
           Apache::TestRun::exit_perl(0);
       }
   
  
  
  

Reply via email to