[Http-webtest-commits] CVS: HTTP-WebTest Changes,1.42,1.43
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-07-31 15:37:10
|
Update of /cvsroot/http-webtest/HTTP-WebTest In directory usw-pr-cvs1:/tmp/cvs-serv17110 Modified Files: Changes Log Message: Updated Index: Changes =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/Changes,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** Changes 31 Jul 2002 13:32:34 -0000 1.42 --- Changes 31 Jul 2002 15:37:05 -0000 1.43 *************** *** 3,7 **** Revision history for Perl module HTTP::WebTest. ! Current version ENHANCEMENTS: --- 3,7 ---- Revision history for Perl module HTTP::WebTest. ! 1.99_08 Wed Jul 31 2002 ENHANCEMENTS: *************** *** 25,29 **** INCOMPATIBILITIES: ! * HTTP::WebTest now uses HTTP::WebTest::Request instead of HTTP::Request. It is inherited from HTTP::Request and supports notion of query parameters. This change simplifies writting plugins than may --- 25,29 ---- INCOMPATIBILITIES: ! * HTTP-WebTest now uses HTTP::WebTest::Request instead of HTTP::Request. It is inherited from HTTP::Request and supports notion of query parameters. This change simplifies writting plugins than may *************** *** 42,49 **** BUG FIXES: ! * HTTP::WebTest's default report plugin doesn't outputs cookies, headers and web page itself when any of 'show_xxx' parameters are on but such output is prohibited by test parameter 'terse'. Reported by William McKee. 1.99_07 Sun Jun 16 2002 --- 42,52 ---- BUG FIXES: ! * HTTP-WebTest's default report plugin doesn't outputs cookies, headers and web page itself when any of 'show_xxx' parameters are on but such output is prohibited by test parameter 'terse'. Reported by William McKee. + + * Put Algorithm::Diff back into PREREQ_PM in Makefile.PL. It fixes + problems with automated testing of HTTP-WebTest by CPAN and CPANPLUS. 1.99_07 Sun Jun 16 2002 |