Changeset 16232 for trunk/Nebulous/lib
- Timestamp:
- Jan 25, 2008, 10:54:04 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/lib/Nebulous/Client.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/lib/Nebulous/Client.pm
r16227 r16232 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: Client.pm,v 1.3 7 2008-01-25 02:54:53jhoblitt Exp $3 # $Id: Client.pm,v 1.38 2008-01-25 20:54:04 jhoblitt Exp $ 4 4 5 5 package Nebulous::Client; … … 420 420 $log->debug( "leaving" ); 421 421 422 # aparently empty arrays are being turned into undef by SOAP::Lite so the 423 # behavior of this function is different then it's ::Server counter part 424 425 return scalar @$keys ? $keys : undef; 422 # note that no keys found is returned as [] 423 424 return $keys; 426 425 } 427 426
Note:
See TracChangeset
for help on using the changeset viewer.
