- Timestamp:
- Aug 7, 2009, 12:45:24 PM (17 years ago)
- Location:
- branches/eam_branches/20090715
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Nebulous-Server/lib/Nebulous/Server.pod (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715
- Property svn:mergeinfo changed
/trunk (added) merged: 24801-24824,24827-24834,24836-24859,24861-24901,24903-24912,24914-24950,24953-24971,24973-24977,24986-24989,24993-25017
- Property svn:mergeinfo changed
-
branches/eam_branches/20090715/Nebulous-Server/lib/Nebulous/Server.pod
r24643 r25022 29 29 Nebulous::Server->stat_object( $key ); 30 30 Nebulous::Server->mounts(); 31 Nebulous::Server->chmod_object( $key, $mode) ; 31 Nebulous::Server->chmod_object( $key, $mode); 32 Nebulous::Server->prune_object( $key ); 32 33 33 34 =head1 DESCRIPTION … … 212 213 exception on failure. 213 214 215 =item * prune_object( $key ); 216 217 Removes all of the inaccessible instances from an object. 218 219 Accepts 1 mandatory parameter. Returns the number of inaccessible instances actually pruned from the object. 220 214 221 =back 215 222
Note:
See TracChangeset
for help on using the changeset viewer.
