[Http-webtest-commits] CVS: HTTP-WebTest/lib/HTTP/WebTest Test.pm,1.5,1.6
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-07-04 22:39:58
|
Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest In directory usw-pr-cvs1:/tmp/cvs-serv6794 Modified Files: Test.pm Log Message: Minor POD fixes Index: Test.pm =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Test.pm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Test.pm 21 Jun 2002 06:48:16 -0000 1.5 --- Test.pm 4 Jul 2002 22:39:56 -0000 1.6 *************** *** 105,109 **** =head3 Returns ! A reference to an array which contains L<HTTP::WebTest::TestResult|HTTP::WebTest::TestResult> objects. --- 105,109 ---- =head3 Returns ! A reference to an array that contains L<HTTP::WebTest::TestResult|HTTP::WebTest::TestResult> objects. |