dougm       02/05/12 12:40:19

  Modified:    t/response/TestApache subprocess.pm
  Log:
  hmm, last fix wasnt good enough; check for APR::PerlIO
  
  Revision  Changes    Path
  1.9       +1 -1      modperl-2.0/t/response/TestApache/subprocess.pm
  
  Index: subprocess.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/response/TestApache/subprocess.pm,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- subprocess.pm     12 May 2002 19:30:03 -0000      1.8
  +++ subprocess.pm     12 May 2002 19:40:19 -0000      1.9
  @@ -39,7 +39,7 @@
       # XXX: these tests randomly fail under 5.6.1
       plan $r, tests => 4,
           have {"perl < 5.7.3" => sub { $] >= 5.007003 } },
  -             'Apache::SubProcess';
  +             qw(APR::PerlIO Apache::SubProcess);
   
       eval { require Apache::SubProcess };
   
  
  
  


Reply via email to