The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.25

  • fixed bug where ->is_subtype_of dies meaninglessly when the type we are trying to check is not a type we can find. This makes our handling consistent with core Moose. Also changed ->equals and ->is_a_type_of to be consistent.
  • Added test case for above
  • The test suite now uses Test::Fatal instead of Test::Exception (Karen Etheridge).

Modules

MooseX::Meta::TypeCoercion::Structured - Coerce structured type constraints.
MooseX::Meta::TypeConstraint::Structured - Structured type constraints.
MooseX::Types::Structured - Structured Type Constraints for Moose