Changeset 17658
- Timestamp:
- May 13, 2008, 1:05:48 PM (18 years ago)
- Location:
- trunk/Nebulous
- Files:
-
- 3 edited
-
Changes (modified) (1 diff)
-
bin/neb-touch (modified) (2 diffs)
-
lib/Nebulous/Client.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/Changes
r17645 r17658 2 2 3 3 0.09 4 - in Nebulous::Client->stat(), handle the SOAP quirk of thinking an "undef" 5 return is a fault (even when no fault code is set). 4 6 - add ->setxattr_object(), ->getxattr_object(), ->listxattr_object(), 5 7 ->removexattr_object() -
trunk/Nebulous/bin/neb-touch
r17643 r17658 3 3 # Copyright (C) 2007-2008 Joshua Hoblitt 4 4 # 5 # $Id: neb-touch,v 1. 8 2008-05-13 00:09:06jhoblitt Exp $5 # $Id: neb-touch,v 1.9 2008-05-13 23:05:48 jhoblitt Exp $ 6 6 7 7 use strict; … … 11 11 $VERSION = '0.01'; 12 12 13 use SOAP::Lite trace => 'debug'; 13 14 use Nebulous::Client; 14 15 -
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.
