NAME
Moose::Meta::TypeCoercion - The Moose Type Coercion metaclass
DESCRIPTION
For the most part, the only time you will ever encounter an instance of this class is if you are doing some serious deep introspection. This API should not be considered final, but it is highly unlikely that this will matter to a regular Moose user.
If you wish to use features at this depth, please come to the #moose IRC channel on irc.perl.org and we can talk :)
METHODS
- meta
- new
- compile_type_coercion
- coerce
- type_coercion_map
- type_constraint
- has_coercion_for_type
- add_type_coercions
BUGS
All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.
AUTHOR
Stevan Little <stevan@iinteractive.com>
COPYRIGHT AND LICENSE
Copyright 2006-2008 by Infinity Interactive, Inc.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.