KiokuDB::Role::Intrinsic - A role for value objects


KiokuDB documentation Contained in the KiokuDB distribution.

Index


Code Index:

NAME

Top

KiokuDB::Role::Intrinsic - A role for value objects

SYNOPSIS

Top

	with qw(KiokuDB::Role::Intrinsic);

DESCRIPTION

Top

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__