1Moose::Meta::TypeCoerciUosne(r3)Contributed Perl DocumenMtoaotsieo:n:Meta::TypeCoercion(3)
2
3
4
6 Moose::Meta::TypeCoercion - The Moose Type Coercion metaclass
7
9 For the most part, the only time you will ever encounter an instance of
10 this class is if you are doing some serious deep introspection. This
11 API should not be considered final, but it is highly unlikely that this
12 will matter to a regular Moose user.
13
14 If you wish to use features at this depth, please come to the #moose
15 IRC channel on irc.perl.org and we can talk :)
16
18 meta
19 new
20 compile_type_coercion
21 coerce
22 type_coercion_map
23 type_constraint
24 has_coercion_for_type
25 add_type_coercions
26
28 All complex software has bugs lurking in it, and this module is no
29 exception. If you find a bug please either email me, or add the bug to
30 cpan-RT.
31
33 Stevan Little <stevan@iinteractive.com>
34
36 Copyright 2006, 2007 by Infinity Interactive, Inc.
37
38 <http://www.iinteractive.com>
39
40 This library is free software; you can redistribute it and/or modify it
41 under the same terms as Perl itself.
42
43
44
45perl v5.8.8 2007-09-06 Moose::Meta::TypeCoercion(3)