1MooseX::Types::CheckedUUtsielrExCpoonrttrsi(b3u)ted PerlMoDoosceuXm:e:nTtyapteiso:n:CheckedUtilExports(3)
2
3
4
6 MooseX::Types::CheckedUtilExports - Wrap Moose::Util::TypeConstraints
7 to be safer for MooseX::Types
8
10 Prevents errors like:
11
12 subtype Foo =>
13 ...
14
15 Which should be written as:
16
17 subtype Foo,
18 ...
19
20 When using MooseX::Types. Exported by that module.
21
22 Exports checked versions of the following subs:
23
24 "type" "subtype" "maybe_type" "duck_type" "enum" "coerce" "from" "as"
25
26 While "class_type" and "role_type" will also register the type in the
27 library.
28
29 From Moose::Util::TypeConstraints. See that module for syntax.
30
32 MooseX::Types
33
35 See "AUTHOR" in MooseX::Types.
36
38 This program is free software; you can redistribute it and/or modify it
39 under the same terms as perl itself.
40
41
42
43perl v5.12.1 2010-06-0M1ooseX::Types::CheckedUtilExports(3)