1Moose::Meta::TypeConstrUasienrt:C:oRnetgriisbturtye(d3M)Poeorsle:D:oMceutmae:n:tTaytpieoCnonstraint::Registry(3)
2
3
4
6 Moose::Meta::TypeConstraint::Registry - registry for type constraints
7
9 This module is currently only use internally by Moose::Util::TypeCon‐
10 straints. It can be used to create your own private type constraint
11 registry as well, but the details of that are currently left as an
12 exercise to the reader. (One hint: You can use the 'parent_registry'
13 feature to connect your private version with the base Moose registry
14 and base Moose types will automagically be found too).
15
17 meta
18 new
19 get_parent_registry
20 set_parent_registry ($registry)
21 has_parent_registry
22 type_constraints
23 has_type_constraint ($type_name)
24 get_type_constraint ($type_name)
25 add_type_constraint ($type)
26 find_type_constraint ($type_name)
27
29 All complex software has bugs lurking in it, and this module is no
30 exception. If you find a bug please either email me, or add the bug to
31 cpan-RT.
32
34 Stevan Little <stevan@iinteractive.com>
35
37 Copyright 2006, 2007 by Infinity Interactive, Inc.
38
39 <http://www.iinteractive.com>
40
41 This library is free software; you can redistribute it and/or modify it
42 under the same terms as Perl itself.
43
44
45
46perl v5.8.8 2007-M0o9o-s0e6::Meta::TypeConstraint::Registry(3)