search_complete() gets only the name out of @$ref.
authorMike Taylor <mike@miketaylor.org.uk>
Thu, 10 Jun 2010 16:11:17 +0000 (17:11 +0100)
committerMike Taylor <mike@miketaylor.org.uk>
Thu, 10 Jun 2010 16:11:17 +0000 (17:11 +0100)
lib/ZOOM/IRSpy/Test/Search/Bath.pm

index 14db53e..4dcd797 100644 (file)
@@ -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();