geoff       2004/08/03 08:50:32

  Modified:    t/response/TestApache subprocess.pm
  Log:
  have() no longer exists - use need() instead
  
  Revision  Changes    Path
  1.17      +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.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- subprocess.pm     16 Jul 2004 22:38:36 -0000      1.16
  +++ subprocess.pm     3 Aug 2004 15:50:32 -0000       1.17
  @@ -43,7 +43,7 @@
       my $cfg = Apache::Test::config();
       my $vars = $cfg->{vars};
   
  -    plan $r, tests => 4, have qw(APR::PerlIO Apache::SubProcess);
  +    plan $r, tests => 4, need qw(APR::PerlIO Apache::SubProcess);
   
       my $target_dir = catfile $vars->{documentroot}, "util";
   
  
  
  

Reply via email to