NAME
MooseX::Types::Meta - Moose types to check against Moose's meta objects
VERSION
version 0.02
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
.
SUPPORT
Bugs may be submitted through the RT bug tracker (or bug-MooseX-Types-Meta@rt.cpan.org).
There is also a mailing list available for users of this distribution, at http://lists.perl.org/list/moose.html.
There is also an irc channel available for users of this distribution, at irc://irc.perl.org/#moose.
AUTHOR
Florian Ragwitz <rafl@debian.org>
CONTRIBUTOR
Karen Etheridge <ether@cpan.org>
COPYRIGHT AND LICENCE
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.