geoff       2004/08/03 09:22:44

  Modified:    t/api    custom_response.t
  Log:
  lwp is required to follow redirects
  
  Revision  Changes    Path
  1.2       +1 -1      modperl-2.0/t/api/custom_response.t
  
  Index: custom_response.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/api/custom_response.t,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- custom_response.t 17 Jul 2004 00:16:20 -0000      1.1
  +++ custom_response.t 3 Aug 2004 16:22:44 -0000       1.2
  @@ -23,7 +23,7 @@
   my $data = do { local $/; <$fh> };
   close $fh;
   
  -plan tests => 4;
  +plan tests => 4, need_lwp;
   
   {
       # custom text response
  
  
  

Reply via email to