Changeset 17658 for trunk/Nebulous/lib
- Timestamp:
- May 13, 2008, 1:05:48 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
r17645 r17658 1 1 # Copyright (c) 2004-2008 Joshua Hoblitt 2 2 # 3 # $Id: Client.pm,v 1.4 7 2008-05-13 00:27:28 jhoblitt Exp $3 # $Id: Client.pm,v 1.48 2008-05-13 23:05:48 jhoblitt Exp $ 4 4 5 5 package Nebulous::Client; … … 904 904 my $stats = $response->result; 905 905 906 # SOAP can't actually send back a perl "undef" so what we get is an empty 907 # string to indicate the key doesn't exist but there is no error. 908 if ($stats eq "") { 909 $stats = undef; 910 } 911 906 912 $log->debug( "leaving" ); 907 913
Note:
See TracChangeset
for help on using the changeset viewer.
