1Type::Coercion::FromMooUssee(r3)Contributed Perl DocumenTtyaptei:o:nCoercion::FromMoose(3)
2
3
4
6 Type::Coercion::FromMoose - a set of coercions borrowed from Moose
7
9 This module is considered part of Type-Tiny's internals. It is not
10 covered by the Type-Tiny stability policy.
11
13 This package inherits from Type::Coercion; see that for most
14 documentation. The major differences are that "add_type_coercions"
15 always throws an exception, and the "type_coercion_map" is
16 automatically populated from Moose.
17
18 This is mostly for internal purposes.
19
21 Please report any bugs to
22 <https://github.com/tobyink/p5-type-tiny/issues>.
23
25 Type::Coercion.
26
27 Moose::Meta::TypeCoercion.
28
30 Toby Inkster <tobyink@cpan.org>.
31
33 This software is copyright (c) 2013-2014, 2017-2021 by Toby Inkster.
34
35 This is free software; you can redistribute it and/or modify it under
36 the same terms as the Perl 5 programming language system itself.
37
39 THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
40 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
41 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
42
43
44
45perl v5.34.0 2022-01-21 Type::Coercion::FromMoose(3)