Changeset 16226 for trunk/Nebulous/lib
- Timestamp:
- Jan 24, 2008, 4:46:41 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/lib/Nebulous/Client.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
