Mvalve::Types - Mvalve Related Moose Types


Mvalve documentation  | view source Contained in the Mvalve distribution.

Index


NAME

Top

Mvalve::Types - Mvalve Related Moose Types

SYNOPSIS

Top

  package MyMvalveModule;
  use Moose;
  use Mvalve::Types;

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


Mvalve documentation  | view source Contained in the Mvalve distribution.