The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Yote::UserObj

DESCRIPTION

This is a subclass of Yote::Obj that allows root or its creator to access and write to public and private fields. Public fields may be read by others but not written. The Yote::Root instance method new_root_obj returns a new object of this type.

METHODS

new_with_same_permissions()

Returns a new yote object with the same permissions as this.

AUTHOR

Eric Wolf coyocanid@gmail.com http://madyote.com

LICENSE AND COPYRIGHT

Copyright (C) 2012 Eric Wolf

This module is free software; it can be used under the same terms as perl itself.