Moose::Meta::TypeConstraint::Union - A union of Moose type constraints |
Moose::Meta::TypeConstraint::Union - A union of Moose type constraints
This metaclass represents a union of Moose type constraints. More details to be explained later (possibly in a Cookbook::Recipe).
This actually used to be part of Moose::Meta::TypeConstraint, but it is now better off in it's own file.
This class is not a subclass of Moose::Meta::TypeConstraint, but it does provide the same API
These methods tend to not be very relevant in the context of a union. Either that or they are just difficult to specify and not very useful anyway. They are here for completeness.
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.
Stevan Little <stevan@iinteractive.com>
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.
Moose::Meta::TypeConstraint::Union - A union of Moose type constraints |