Index: /trunk/Nebulous/lib/Nebulous/Client.pm
===================================================================
--- /trunk/Nebulous/lib/Nebulous/Client.pm	(revision 16226)
+++ /trunk/Nebulous/lib/Nebulous/Client.pm	(revision 16227)
@@ -1,5 +1,5 @@
 # Copyright (c) 2004  Joshua Hoblitt
 #
-# $Id: Client.pm,v 1.36 2008-01-25 02:46:41 jhoblitt Exp $
+# $Id: Client.pm,v 1.37 2008-01-25 02:54:53 jhoblitt Exp $
 
 package Nebulous::Client;
@@ -423,5 +423,5 @@
 # behavior of this function is different then it's ::Server counter part
 
-    return length @$keys ? $keys : undef;
+    return scalar @$keys ? $keys : undef;
 }
 
