Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest
In directory usw-pr-cvs1:/tmp/cvs-serv23232
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.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Cookbook.pod 16 Feb 2002 00:37:43 -0000 1.7
--- Cookbook.pod 16 Feb 2002 00:40:41 -0000 1.8
***************
*** 158,163 ****
($ID) = $webtest->last_response->content =~ /ID=(\d+)/;
! # because this sub does no checks returns reference on
! # empty array
[];
}
--- 158,163 ----
($ID) = $webtest->last_response->content =~ /ID=(\d+)/;
! # because no checks are defined a reference on empty array
! # must be returned
[];
}
|