Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest
In directory usw-pr-cvs1:/tmp/cvs-serv28437
Modified Files:
Plugin.pm
Log Message:
Minor fix
Index: Plugin.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Plugin.pm 15 Feb 2002 12:36:27 -0000 1.5
--- Plugin.pm 15 Feb 2002 13:13:39 -0000 1.6
***************
*** 377,381 ****
my $elem = $list[$i];
! $self->validate_value("${param}[$i]", $elem, $type);
$prev_type = $type;
--- 377,381 ----
my $elem = $list[$i];
! $self->validate_value("$param\[$i]", $elem, $type);
$prev_type = $type;
|