From a3265ad1d15e515c4fad60f16e9305d5d3582887 Mon Sep 17 00:00:00 2001 From: "Anders S. Mortensen" Date: Wed, 25 Oct 2006 11:25:36 +0000 Subject: [PATCH] Adding empty hash ref to respect Mike's new api. --- lib/ZOOM/IRSpy/Test/Search/Boolean.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ZOOM/IRSpy/Test/Search/Boolean.pm b/lib/ZOOM/IRSpy/Test/Search/Boolean.pm index 6fe68fb..5a60d23 100644 --- a/lib/ZOOM/IRSpy/Test/Search/Boolean.pm +++ b/lib/ZOOM/IRSpy/Test/Search/Boolean.pm @@ -1,4 +1,4 @@ -# $Id: Boolean.pm,v 1.1 2006-10-25 10:08:50 sondberg Exp $ +# $Id: Boolean.pm,v 1.2 2006-10-25 11:25:36 sondberg Exp $ # See the "Main" test package for documentation @@ -24,7 +24,7 @@ sub start { foreach my $operator (keys %pqfs) { $conn->irspy_search_pqf($pqfs{$operator}, - {'operator' => $operator}, + {'operator' => $operator}, {}, ZOOM::Event::RECV_SEARCH, \&found, exception => \&error); } -- 1.7.10.4