From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Mvalve::Types - Mvalve Related Moose Types

SYNOPSIS

use Moose;
has 'foo' => (
is => 'rw',
isa => 'Mvalve::Queue'
);