libmoox-types-mooselike-perl

Module providing some moosish types and a type builder
  https://metacpan.org/release/MooX-Types-MooseLike
  0
  no reviews



Moo attributes (like moose) have an 'isa' property. moox::types::mooselike(::base) provides some basic types for this property. one can import all types with the ':all' tag or import a list of types.

these types provide a check that the contact attribute is a hash reference, that the guest_list is an array reference, and that the records are an array of hash references.