Update of /cvsroot/http-webtest/HTTP-WebTest
In directory usw-pr-cvs1:/tmp/cvs-serv30388
Modified Files:
README
Log Message:
Regenerated
Index: README
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/README,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** README 19 Jun 2002 10:30:19 -0000 1.5
--- README 22 Jun 2002 20:07:37 -0000 1.6
***************
*** 3,11 ****
DESCRIPTION
- Beta software warning
- THIS IS A BETA VERSION THAT IS A REWRITE OF VERSION 1.07 AND IS PROBABLY
- NOT AS WELL DEBUGGED AS VERSION 1.07. Version 1.07 can be downloaded at
- http://search.cpan.org/search?dist=HTTP-WebTest-1.07
-
Introduction
This module runs tests on remote URLs or local web files containing
--- 3,6 ----
***************
*** 84,109 ****
RESTRICTIONS / BUGS
This module have been tested only on Unix (e.g., Solaris, Linux, AIX,
! etc.) but it should work on Win32 systems.
!
! Local file tests don't work on Win32 systems.
!
! The module's HTTP requests time out after 3 minutes (the default value for
! LWP::UserAgent). If the "file_path" parameter is specified, Apache must be
! installed.
AUTHORS
! Richard Anderson <ri...@ri...> have wrote "HTTP::WebTest
! 1.xx".
! Ilya Martynov <il...@ma...> made rewrite of "HTTP::WebTest". New
! version of "HTTP::WebTest" have introduced extended API and plugin based
! architecture.
! Please don't email authors directly. Use "HTTP::WebTest" maillists.
SUPPORT
! Please email bug reports, suggestions, questions, etc. to "HTTP::WebTest"
! maillist "htt...@li...". You can sign up at
! http://lists.sourceforge.net/lists/listinfo/http-webtest-general.
COPYRIGHT
--- 79,102 ----
RESTRICTIONS / BUGS
This module have been tested only on Unix (e.g., Solaris, Linux, AIX,
! etc.) but it should work on Win32 systems. (Exception: local file tests
! don't work on Win32 systems.) The module's HTTP requests time out after 3
! minutes (the default value for LWP::UserAgent). If the "file_path"
! parameter is specified, Apache must be installed.
AUTHORS
! Richard Anderson <ri...@ri...> wrote "HTTP::WebTest
! 1.xx", using some ideas from the CPAN Monkeywrench module.
! Ilya Martynov <il...@ma...> implemented the plug-in concept, the
! extended API and completely rewrote "HTTP::WebTest".
! Please don't email authors directly. Use the SourceForge "HTTP::WebTest"
! mail list (see SUPPORT, next section).
SUPPORT
! Please email bug reports, suggestions, questions, etc. to the SourceForge
! "HTTP::WebTest" maillist. You can sign up at
! http://lists.sourceforge.net/lists/listinfo/http-webtest-general. The
! email address is "htt...@li...".
COPYRIGHT
|