Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin
In directory usw-pr-cvs1:/tmp/cvs-serv26208
Modified Files:
SetRequest.pm
Log Message:
Fix typo (s/PUT/POST/)
Index: SetRequest.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin/SetRequest.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** SetRequest.pm 19 Jun 2002 10:28:20 -0000 1.9
--- SetRequest.pm 20 Jun 2002 18:16:53 -0000 1.10
***************
*** 39,43 ****
=head3 Allowed values
! C<GET>, C<PUT>
=head3 Default value
--- 39,43 ----
=head3 Allowed values
! C<GET>, C<POST>
=head3 Default value
|