From 293ed9776f307a90df03c10e7533532b1381b348 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 10 Jun 2010 17:11:17 +0100 Subject: [PATCH 1/1] search_complete() gets only the name out of @$ref. --- lib/ZOOM/IRSpy/Test/Search/Bath.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ZOOM/IRSpy/Test/Search/Bath.pm b/lib/ZOOM/IRSpy/Test/Search/Bath.pm index 14db53e..4dcd797 100644 --- a/lib/ZOOM/IRSpy/Test/Search/Bath.pm +++ b/lib/ZOOM/IRSpy/Test/Search/Bath.pm @@ -72,7 +72,7 @@ sub search_complete { my $qindex = $udata->{qindex}; my $ref = $bath_queries[$qindex]; - my($name, $use_attr) = @$ref; + my($name) = @$ref; my $n = $task->{rs}->size(); -- 1.7.10.4