1MooseX::Types::UndefineUdsTeyrpeC(o3n)tributed Perl DocuMmoeonsteaXt:i:oTnypes::UndefinedType(3)
2
3
4

NAME

6       MooseX::Types::UndefinedType - Represents a not yet defined type
7

DESCRIPTION

9       Whenever a type handle function (e.g. "Int()" can't find a type
10       constraint under it's full name, it assumes it has not yet been
11       defined.  It will then return an instance of this class, handling only
12       stringification, name and possible identification of undefined types.
13
14       Later, when you try to use the Undefined Type Constraint,
15       autovivification will be attempted.
16

METHODS

18   new
19       Takes a full type name as argument and returns an instance of this
20       class.
21
22   name
23       Returns the stored type name.
24
25   __autovivify
26       Try to see if the type constraint has yet been defined and if so create
27       it.
28
29   AUTOLOAD
30       Try to autovivify and delegate
31
32   DESTROY
33       Moose::Meta::TypeConstraint::Parameterizable complains if this isn't
34       here. TODO to find out why.
35

SEE ALSO

37       MooseX::Types::Moose, Moose::Util::TypeConstraints,
38       Moose::Meta::TypeConstraint, Carp::Clan
39

AUTHOR

41       See "AUTHOR" in MooseX::Types.
42

LICENSE

44       This program is free software; you can redistribute it and/or modify it
45       under the same terms as perl itself.
46
47
48
49perl v5.12.1                      2010-06-01   MooseX::Types::UndefinedType(3)
Impressum