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

NAME

MooseX::Types::Meta - Moose types to check against Moose's meta objects

TYPES

TypeConstraint

A Moose::Meta::TypeConstraint.

TypeCoercion

A Moose::Meta::TypeCoercion.

Attribute

A Class::MOP::Attribute.

RoleAttribute

A Moose::Meta::Role::Attribute.

Method

A Class::MOP::Method.

Class

A Class::MOP::Class.

Role

A Moose::Meta::Role.

StructuredTypeConstraint

A MooseX::Meta::TypeConstraint::Structured.

StructuredTypeCoercion

A MooseX::Meta::TypeCoercion::Structured.

ParameterizableRole

A MooseX::Role::Parameterized::Meta::Role::Parameterizable.

ParameterizedRole

A MooseX::Role::Parameterized::Meta::Role::Parameterized.

TypeEquals[`x]

A Moose::Meta::TypeConstraint, that's equal to the type constraint x.

TypeOf[`x]

A Moose::Meta::TypeConstraint, that's either equal to or a subtype of the type constraint x.

SubtypeOf[`x]

A Moose::Meta::TypeConstraint, that's a subtype of the type constraint x.

AUTHOR

  Florian Ragwitz <rafl@debian.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Florian Ragwitz.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.