1Type::Coercion::Union(3U)ser Contributed Perl DocumentatiToynpe::Coercion::Union(3)
2
3
4
6 Type::Coercion::Union - a set of coercions to a union type constraint
7
9 This module is covered by the Type-Tiny stability policy.
10
12 This package inherits from Type::Coercion; see that for most
13 documentation. The major differences are that "add_type_coercions"
14 always throws an exception, and the "type_coercion_map" is
15 automatically populated from the child constraints of the union type
16 constraint.
17
19 Please report any bugs to
20 <http://rt.cpan.org/Dist/Display.html?Queue=Type-Tiny>.
21
23 Type::Coercion.
24
25 Moose::Meta::TypeCoercion::Union.
26
28 Toby Inkster <tobyink@cpan.org>.
29
31 This software is copyright (c) 2013-2014, 2017-2019 by Toby Inkster.
32
33 This is free software; you can redistribute it and/or modify it under
34 the same terms as the Perl 5 programming language system itself.
35
37 THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
38 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
39 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
40
41
42
43perl v5.28.1 2019-01-08 Type::Coercion::Union(3)