Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest
In directory usw-pr-cvs1:/tmp/cvs-serv14389
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.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Plugin.pm 7 Feb 2002 23:39:55 -0000 1.4
--- Plugin.pm 15 Feb 2002 12:36:27 -0000 1.5
***************
*** 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;
|