Class::Declare::Hash - generate a hash of accessible attributes
This module should not be used directly; it is a helper module for the Class::Declare manpage, providing the hash() routine.
Class::Declare::Hash adds a detailed hash() method to the Class::Declare manpage, allowing retrieval of an attribute/value hash representing a given the Class::Declare manpage derived object. This method is only installed (and indeed, this module only compiled) if hash() is called on a the Class::Declare manpage-derived object or package.
Ian Brayshaw, <ian@onemore.org>
Copyright 2003-2007 by Ian Brayshaw. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.