NAME
MooseX::Types::Meta - Moose types to check against Moose's meta objects
TYPES
TypeConstraint
A Moose::Meta::TypeConstraint.
TypeCoercion
Attribute
RoleAttribute
A Moose::Meta::Role::Attribute.
Method
Class
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.