[Http-webtest-commits] CVS: HTTP-WebTest/lib/HTTP/WebTest Plugin.pm,1.8,1.9
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-03-24 12:11:28
|
Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest In directory usw-pr-cvs1:/tmp/cvs-serv8285 Modified Files: Plugin.pm Log Message: Fixed typo (thanx to Duncan Cameron) for patch Index: Plugin.pm =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin.pm,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Plugin.pm 16 Feb 2002 00:36:35 -0000 1.8 --- Plugin.pm 24 Mar 2002 12:11:18 -0000 1.9 *************** *** 324,328 **** type. ! This is NOOP operation. =cut --- 324,328 ---- type. ! This is NOOP operation. It always succeed. =cut *************** *** 392,396 **** } ! shift @spec if defined $spec[1] and $spec[1] eq '...'; die "HTTP::WebTest: too few elements in list parameter '$param'" --- 392,396 ---- } ! shift @spec if defined $spec[0] and $spec[0] eq '...'; die "HTTP::WebTest: too few elements in list parameter '$param'" |