1Moose::Autobox::DefinedU(s3e)r Contributed Perl DocumentaMtoioosne::Autobox::Defined(3)
2
3
4
6 Moose::Autobox::Defined - the Defined role
7
9 version 0.16
10
12 use Moose::Autobox;
13
14 my $x;
15 $x->defined; # false
16
17 $x = 10;
18 $x->defined; # true
19
21 This is a role to describes a defined value.
22
24 "defined"
25 "meta"
26
28 Bugs may be submitted through the RT bug tracker
29 <https://rt.cpan.org/Public/Dist/Display.html?Name=Moose-Autobox> (or
30 bug-Moose-Autobox@rt.cpan.org <mailto:bug-Moose-Autobox@rt.cpan.org>).
31
32 There is also a mailing list available for users of this distribution,
33 at <http://lists.perl.org/list/moose.html>.
34
35 There is also an irc channel available for users of this distribution,
36 at "#moose" on "irc.perl.org" <irc://irc.perl.org/#moose>.
37
39 Stevan Little <stevan.little@iinteractive.com>
40
42 This software is copyright (c) 2006 by Infinity Interactive, Inc.
43
44 This is free software; you can redistribute it and/or modify it under
45 the same terms as the Perl 5 programming language system itself.
46
47
48
49perl v5.38.0 2023-07-20 Moose::Autobox::Defined(3)