Changeset 16227
- Timestamp:
- Jan 24, 2008, 4:54:53 PM (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
r16226 r16227 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: Client.pm,v 1.3 6 2008-01-25 02:46:41jhoblitt Exp $3 # $Id: Client.pm,v 1.37 2008-01-25 02:54:53 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 length@$keys ? $keys : undef;425 return scalar @$keys ? $keys : undef; 426 426 } 427 427
Note:
See TracChangeset
for help on using the changeset viewer.
