1MooseX::Types::UndefineUdsTeyrpeC(o3nptmr)ibuted Perl DoMcouomseenXt:a:tTiyopnes::UndefinedType(3pm)
2
3
4

NAME

6       MooseX::Types::UndefinedType - a fallback type for when a type cannot
7       be found
8

VERSION

10       version 0.50
11

DESCRIPTION

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

METHODS

22   new
23       Takes a full type name as argument and returns an instance of this
24       class.
25
26   name
27       Returns the stored type name.
28
29   __autovivify
30       Try to see if the type constraint has yet been defined and if so create
31       it.
32
33   can_be_inlined
34       Make sure that if a type hasn't been defined yet when Moose wants to
35       inline it, we don't allow inlining.
36
37   AUTOLOAD
38       Try to autovivify and delegate
39
40   DESTROY
41       Moose::Meta::TypeConstraint::Parameterizable complains if this isn't
42       here. TODO to find out why.
43

SEE ALSO

45       MooseX::Types::Moose, Moose::Util::TypeConstraints,
46       Moose::Meta::TypeConstraint, Carp::Clan
47

SUPPORT

49       Bugs may be submitted through the RT bug tracker
50       <https://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-Types> (or
51       bug-MooseX-Types@rt.cpan.org <mailto:bug-MooseX-Types@rt.cpan.org>).
52
53       There is also a mailing list available for users of this distribution,
54       at <http://lists.perl.org/list/moose.html>.
55
56       There is also an irc channel available for users of this distribution,
57       at "#moose" on "irc.perl.org" <irc://irc.perl.org/#moose>.
58

AUTHOR

60       Robert "phaylon" Sedlacek <rs@474.at>
61
63       This software is copyright (c) 2007 by Robert "phaylon" Sedlacek.
64
65       This is free software; you can redistribute it and/or modify it under
66       the same terms as the Perl 5 programming language system itself.
67
68
69
70perl v5.30.0                      2019-07-26 MooseX::Types::UndefinedType(3pm)
Impressum