From: Mike Taylor Date: Thu, 10 Jun 2010 16:11:17 +0000 (+0100) Subject: search_complete() gets only the name out of @$ref. X-Git-Tag: CPAN-v1.02~40 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=293ed9776f307a90df03c10e7533532b1381b348 search_complete() gets only the name out of @$ref. --- 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();