Class::Declare::Hash - generate a hash of accessible attributes


Class-Declare documentation  | view source Contained in the Class-Declare distribution.

Index


NAME

Top

Class::Declare::Hash - generate a hash of accessible attributes

SYNOPSIS

Top

This module should not be used directly; it is a helper module for Class::Declare, providing the hash() routine.

DESCRIPTION

Top

Class::Declare::Hash adds a detailed hash() method to Class::Declare, allowing retrieval of an attribute/value hash representing a given Class::Declare derived object. This method is only installed (and indeed, this module only compiled) if hash() is called on a Class::Declare-derived object or package.

SEE ALSO

Top

Class::Declare

AUTHOR

Top

Ian Brayshaw, <ian@onemore.org>

COPYRIGHT AND LICENSE

Top


Class-Declare documentation  | view source Contained in the Class-Declare distribution.