NAME
Object::Simple::Util - Object::Simple utility
Methods
init_attrs
initalize attribute
Object::Simple::Util->init_attrs($self, qw/title author/);
check_accessor_option
class_attrs
class_infos
create_accessor
create_hybrid_accessor
create_constructor
create_output_accessor
create_translate_accessor
define_MODIFY_CODE_ATTRIBUTES
delete_class_attr
exists_class_attr
get_leftmost_isa
get_super_accessor_options
include_mixin_classes
clone_prototype
merge_self_and_super_accessors
mixin_method_deparse_possibility
create_class_accessor
add_accessor_info
Author
Yuki Kimoto, <kimoto.yuki at gmail.com>
Github http://github.com/yuki-kimoto/
I develope this module at http://github.com/yuki-kimoto/object-simple
Please tell me bug if you find.
Copyright & license
Copyright 2008 Yuki Kimoto, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.