NAME
Frost::Meta::Class - The Root
ABSTRACT
No documentation yet...
DESCRIPTION
No user maintainable parts inside ;-)
CLASS METHODS
Frost::Meta::Class->_construct_instance ( @_ )
Dies with "mutable is VERBOTEN"
PUBLIC ATTRIBUTES
_readonly_attributes
_transient_attributes
_derived_attributes
_virtual_attributes
_index_attributes
_unique_attributes
_auto_id_attributes
_auto_inc_attributes
PRIVATE ATTRIBUTES
CONSTRUCTORS
_build__readonly_attributes
_build__transient_attributes
_build__derived_attributes
_build__virtual_attributes
_build__index_attributes
_build__unique_attributes
_build__auto_id_attributes
_build__auto_inc_attributes
DESTRUCTORS
DEMOLISH
PUBLIC METHODS
is_readonly
is_transient
is_derived
is_virtual
is_index
is_unique
is_auto_id
is_auto_inc
add_attribute
PRIVATE METHODS
_build_features
_is_feature
_check_index_constraint
IMMUTABLE
make_mutable
Dies with "mutable is VERBOTEN"
GETTING HELP
I'm reading the Moose mailing list frequently, so please ask your questions there.
The mailing list is moose@perl.org. You must be subscribed to send a message. To subscribe, send an empty message to moose-subscribe@perl.org
BUGS
All complex software has bugs lurking in it, and this module is no exception.
Please report any bugs to me or the mailing list.
AUTHOR
Ernesto ernesto@dienstleistung-kultur.de
COPYRIGHT AND LICENSE
Copyright (C) 2010 by Dienstleistung Kultur Ltd. & Co. KG
http://dienstleistung-kultur.de/frost/
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.