Index: trunk/Nebulous-Server/lib/Nebulous/Server.pod
===================================================================
--- trunk/Nebulous-Server/lib/Nebulous/Server.pod	(revision 24276)
+++ trunk/Nebulous-Server/lib/Nebulous/Server.pod	(revision 24277)
@@ -29,4 +29,5 @@
     Nebulous::Server->stat_object( $key );
     Nebulous::Server->mounts();
+    Nebulous::Server->chmod_object( $key, $mode) ;
 
 =head1 DESCRIPTION
@@ -203,4 +204,11 @@
     ]
 
+=item * chmod_object( $key, $mode );
+
+Accepts 2 parameters, both mandatory.  C<$key> is the nebulous key to operate
+on and C<$mode> are the POSIX like filepermissions to set on all instances of
+C<$key>.  C<$mode> must be specified in oct.  Returns C<$mode> or sucess or an
+exception on failure.
+
 =back
 
@@ -223,5 +231,5 @@
 =head1 COPYRIGHT
 
-Copyright (C) 2004-2008  Joshua Hoblitt.  All rights reserved.
+Copyright (C) 2004-2009  Joshua Hoblitt.  All rights reserved.
 
 This program is free software; you can redistribute it and/or modify it under
