From: Anders S. Mortensen Date: Wed, 25 Oct 2006 11:25:36 +0000 (+0000) Subject: Adding empty hash ref to respect Mike's new api. X-Git-Tag: CPAN-v1.02~54^2~865 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=a3265ad1d15e515c4fad60f16e9305d5d3582887;ds=sidebyside Adding empty hash ref to respect Mike's new api. --- 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); }