Query: kiokudb::class
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KiokuDB::Class(3pm) User Contributed Perl Documentation KiokuDB::Class(3pm)NAMEKiokuDB::Class - KiokuDB specific metaclassSYNOPSISpackage Foo; use KiokuDB::Class; # instead of Moose has bar => ( traits => [qw(KiokuDB::Lazy)], ... );DESCRIPTIONThis Moose wrapper provides some metaclass extensions in order to more tightly integrate your class with KiokuDB. Currently only KiokuDB::Meta::Attribute::Lazy is set up (by extending Moose::Meta::Instance with a custom role to support it), but in the future indexing, identity, and various optimizations will be supported by this. perl v5.12.4 2010-10-11 KiokuDB::Class(3pm)