kiokudb::class(3pm) debian man page | unix.com

Man Page: kiokudb::class

Operating Environment: debian

Section: 3pm

KiokuDB::Class(3pm)					User Contributed Perl Documentation				       KiokuDB::Class(3pm)

NAME
KiokuDB::Class - KiokuDB specific metaclass
SYNOPSIS
package Foo; use KiokuDB::Class; # instead of Moose has bar => ( traits => [qw(KiokuDB::Lazy)], ... );
DESCRIPTION
This 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)
Related Man Pages
kiokudb::backend(3pm) - debian
kiokudb::typemap(3pm) - debian
kiokudb::typemap::entry::compiled(3pm) - debian
kiokudb::typemap::entry::mop(3pm) - debian
kiokudb::util(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?