Moose::Meta::TypeCoercion::Union - The Moose Type Coercion metaclass for Unions



NAME

Moose::Meta::TypeCoercion::Union - The Moose Type Coercion metaclass for Unions


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
compile_type_coercion
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.

http://www.iinteractive.com

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

 Moose::Meta::TypeCoercion::Union - The Moose Type Coercion metaclass for Unions