stas        2003/03/02 18:41:15

  Modified:    t/response/TestAPI rutil.pm
  Log:
  backoff the last change, after reverting the 'modperl' handler's behavior
  
  Revision  Changes    Path
  1.6       +0 -2      modperl-2.0/t/response/TestAPI/rutil.pm
  
  Index: rutil.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/response/TestAPI/rutil.pm,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- rutil.pm  2 Mar 2003 12:23:01 -0000       1.5
  +++ rutil.pm  3 Mar 2003 02:41:15 -0000       1.6
  @@ -30,8 +30,6 @@
   sub handler {
       my $r = shift;
   
  -    local $| = 1;
  -
       plan $r, tests => 18;
   
       ok $r->default_type;
  
  
  

Reply via email to