Changeset 16226
- Timestamp:
- Jan 24, 2008, 4:46:41 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
Nebulous-Server/Changes (modified) (1 diff)
-
Nebulous/Changes (modified) (1 diff)
-
Nebulous/lib/Nebulous/Client.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/Changes
r16224 r16226 1 1 Revision history for Nebulous 2 3 0.07 4 - change Nebulous::Client::find_objects() to return undef instead of [] if 5 no objects are found 6 - change neb-touch to use Nebulous::Client::find_objects() instead of 7 ::find() 2 8 3 9 0.06 Thu Jan 24 16:10:46 HST 2008 -
trunk/Nebulous/Changes
r16224 r16226 1 1 Revision history for Nebulous 2 3 0.07 4 - change Nebulous::Client::find_objects() to return undef instead of [] if 5 no objects are found 6 - change neb-touch to use Nebulous::Client::find_objects() instead of 7 ::find() 2 8 3 9 0.06 Thu Jan 24 16:10:46 HST 2008 -
trunk/Nebulous/lib/Nebulous/Client.pm
r13302 r16226 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: Client.pm,v 1.3 5 2007-05-08 02:27:42jhoblitt Exp $3 # $Id: Client.pm,v 1.36 2008-01-25 02:46:41 jhoblitt Exp $ 4 4 5 5 package Nebulous::Client; … … 423 423 # behavior of this function is different then it's ::Server counter part 424 424 425 return $keys;425 return length @$keys ? $keys : undef; 426 426 } 427 427
Note:
See TracChangeset
for help on using the changeset viewer.
