Update of /cvsroot/http-webtest/HTTP-WebTest
In directory usw-pr-cvs1:/tmp/cvs-serv19807
Modified Files:
TODO README MANIFEST Changes
Log Message:
Updated
Index: TODO
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/TODO,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** TODO 15 Jun 2002 21:34:09 -0000 1.13
--- TODO 19 Jun 2002 10:30:19 -0000 1.14
***************
*** 3,6 ****
--- 3,10 ----
My current TODO:
+ * rewrite HarnessReport using Test::Builder
+
+ * do not fail in make test if Algorithm::Diff is missing
+
* support hidden fields in Click plugin
Index: README
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** README 8 Apr 2002 21:51:58 -0000 1.4
--- README 19 Jun 2002 10:30:19 -0000 1.5
***************
*** 62,69 ****
| | | |
-------------- ---------------------
! | |
! | ---------------------------
! | |
! V V ------------------------
------------- | |
| |---------->| Temporary Apache |
--- 62,69 ----
| | | |
-------------- ---------------------
! | |
! | -----------------------------
! | |
! V V ------------------------
------------- | |
| |---------->| Temporary Apache |
***************
*** 92,100 ****
installed.
- 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.
-
AUTHORS
Richard Anderson <ri...@ri...> have wrote "HTTP::WebTest
--- 92,95 ----
***************
*** 107,115 ****
Please don't email authors directly. Use "HTTP::WebTest" maillists.
COPYRIGHT
Copyright (c) 2000-2001 Richard Anderson. All rights reserved.
! Copyright (c) 2001,2002 Ilya Martynov. All rights reserved.
! This module is free software. It may be used, redistributed and/or
! modified under the terms of the Perl Artistic License.
--- 102,115 ----
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
Copyright (c) 2000-2001 Richard Anderson. All rights reserved.
! Copyright (c) 2001-2002 Ilya Martynov. All rights reserved.
! This program is free software; you can redistribute it and/or modify it
! under the same terms as Perl itself.
Index: MANIFEST
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/MANIFEST,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** MANIFEST 15 Jun 2002 21:47:05 -0000 1.14
--- MANIFEST 19 Jun 2002 10:30:19 -0000 1.15
***************
*** 22,25 ****
--- 22,26 ----
lib/HTTP/WebTest/Plugin/Cookies.pm
lib/HTTP/WebTest/Plugin/DefaultReport.pm
+ lib/HTTP/WebTest/Plugin/Delay.pm
lib/HTTP/WebTest/Plugin/HarnessReport.pm
lib/HTTP/WebTest/Plugin/Hooks.pm
***************
*** 48,51 ****
--- 49,53 ----
t/09-hooks.t
t/10-click.t
+ t/11-delay.t
t/HTTP/WebTest/Plugin/Counter.pm
t/HelloWorld.pm
***************
*** 94,97 ****
--- 96,100 ----
t/test.out/cookie3
t/test.out/default-report-yes
+ t/test.out/delay
t/test.out/http-headers
t/test.out/on_response
Index: Changes
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/Changes,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** Changes 16 Jun 2002 00:03:33 -0000 1.31
--- Changes 19 Jun 2002 10:30:19 -0000 1.32
***************
*** 7,10 ****
--- 7,20 ----
Revision history for Perl module HTTP::WebTest.
+ Current version
+
+ ENHANCEMENTS:
+
+ * New plugin HTTP::WebTest::Plugin::Delay by Duncan Cameron.
+
+ * License change: previously HTTP-WebTest have been licensed under
+ terms of Artistic license. Starting from this release HTTP-WebTest is
+ dual licensed under terms of GPL/Artistic licenses like Perl itself.
+
1.99_07 Sun Jun 16 2002
|