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

NAME

Reflex::Object - Base class for reactive objects.

VERSION

version 0.005

SYNOPSIS

        {
                package Object;
                use Moose;
                extends 'Reflex::Object';
                ...;
        }

DESCRIPTION

Reflex::Object is the base class for all Reflex objects, including many of the event watchers.

Please see Reflex::Role::Object for actual documentation. The role implements Reflex::Object's internals.

TODO - Complete the documeentation.

GETTING HELP

"GETTING HELP" in Reflex

ACKNOWLEDGEMENTS

"ACKNOWLEDGEMENTS" in Reflex

SEE ALSO

Reflex and "SEE ALSO" in Reflex

BUGS

"BUGS" in Reflex

CORE AUTHORS

"CORE AUTHORS" in Reflex

OTHER CONTRIBUTORS

"OTHER CONTRIBUTORS" in Reflex

COPYRIGHT AND LICENSE

"COPYRIGHT AND LICENSE" in Reflex