[Http-webtest-commits] HTTP-WebTest/lib/HTTP/WebTest Cookbook.pod,1.18,1.19
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-12-14 17:30:18
|
Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest In directory sc8-pr-cvs1:/tmp/cvs-serv18389/lib/HTTP/WebTest Modified Files: Cookbook.pod Log Message: Minor fixes Index: Cookbook.pod =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Cookbook.pod,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Cookbook.pod 13 Dec 2002 01:23:11 -0000 1.18 --- Cookbook.pod 14 Dec 2002 17:30:07 -0000 1.19 *************** *** 149,155 **** which internally uses L<Test::Builder|Test::Builder> module to generate L<Test::Harness|Test::Harness> compatible output. It should ! be compatible with other testing libraries (like ! L<Test::More|Test::More> or L<Test::Differences|Test::Differences>) ! built using L<Test::Builder|Test::Builder> so you can freely intermix them in one test script. --- 149,155 ---- which internally uses L<Test::Builder|Test::Builder> module to generate L<Test::Harness|Test::Harness> compatible output. It should ! be compatible with other testing libraries built using ! L<Test::Builder|Test::Builder> (like L<Test::More|Test::More> or ! L<Test::Differences|Test::Differences>) so you can freely intermix them in one test script. |