stas        2003/11/07 12:30:47

  Modified:    t/response/TestAPR table.pm
  Log:
  drop the space line
  
  Revision  Changes    Path
  1.10      +1 -1      modperl-2.0/t/response/TestAPR/table.pm
  
  Index: table.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/response/TestAPR/table.pm,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -u -r1.9 -r1.10
  --- table.pm  7 Nov 2003 20:30:21 -0000       1.9
  +++ table.pm  7 Nov 2003 20:30:47 -0000       1.10
  @@ -21,7 +21,7 @@
   
       my $tests = 19;
       $tests += 2 if HAVE_APACHE_2_0_47;
  -                                                                                    
                
  +
       plan $r, tests => $tests;
   
       my $table = APR::Table::make($r->pool, $TABLE_SIZE);
  
  
  

Reply via email to