stas        02/04/16 01:48:53

  Modified:    src/docs/2.0/devel/testing testing.pod
  Log:
  - typo
  
  Revision  Changes    Path
  1.18      +1 -1      modperl-docs/src/docs/2.0/devel/testing/testing.pod
  
  Index: testing.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/devel/testing/testing.pod,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- testing.pod       9 Apr 2002 07:24:29 -0000       1.17
  +++ testing.pod       16 Apr 2002 08:48:53 -0000      1.18
  @@ -1484,7 +1484,7 @@
   Retrieves the content from the response resulted from doing
   C<UPLOAD>. It's equal to:
   
  -  my $body UPLOAD(@_)->content;
  +  my $body = UPLOAD(@_)->content;
   
   For example, this code retrieves the content of the response resulted
   from file upload request:
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to