Query: mixin::extrafields::driver::hashguts
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Mixin::ExtraFields::Driver::HashGuts(3pm) User Contributed Perl Documentation Mixin::ExtraFields::Driver::HashGuts(3pm)NAMEMixin::ExtraFields::Driver::HashGuts - store extras in a hashy object's gutsVERSIONversion 0.008SYNOPSISpackage Your::HashBased::Class; use Mixin::ExtraFields -fields => { driver => 'HashGuts' };DESCRIPTIONThis driver class implements an extremely simple storage mechanism: extras are stored on the object on which the mixed-in methods are called. By default, they are stored under the key returned by the "default_has_key" method, but this can be changed by providing a "hash_key" argument to the driver configuration, like so: use Mixin::ExtraFields -fields => { driver => { class => 'HashGuts', hash_key => "