The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#!/usr/bin/perl

package KiokuDB::Role::Intrinsic;
use Moose::Role;

use namespace::clean -except => 'meta';



__PACKAGE__

__END__

=pod

=head1 NAME

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

=head1 SYNOPSIS

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

=head1 DESCRIPTION

When L<KiokuDB> detects this role on objects they are collapsed into their
parent by default, without needing an explicit typemap entry.

=cut