| KiokuDB documentation | Contained in the KiokuDB distribution. |
KiokuDB::Role::Intrinsic - A role for value objects
with qw(KiokuDB::Role::Intrinsic);
When KiokuDB detects this role on objects they are collapsed into their parent by default, without needing an explicit typemap entry.
| KiokuDB documentation | Contained in the KiokuDB distribution. |
#!/usr/bin/perl package KiokuDB::Role::Intrinsic; use Moose::Role; use namespace::clean -except => 'meta'; __PACKAGE__ __END__