1Moose::Autobox::DefinedU(s3e)r Contributed Perl DocumentaMtoioosne::Autobox::Defined(3)
2
3
4
6 Moose::Autobox::Defined - the Defined role
7
9 use Moose::Autobox;
10
11 my $x;
12 $x->defined; # false
13
14 $x = 10;
15 $x->defined; # true
16
18 This is a role to describes a defined value.
19
21 defined
22 meta
23
25 All complex software has bugs lurking in it, and this module is no
26 exception. If you find a bug please either email me, or add the bug to
27 cpan-RT.
28
30 Stevan Little <stevan@iinteractive.com>
31
33 Copyright 2006-2008 by Infinity Interactive, Inc.
34
35 <http://www.iinteractive.com>
36
37 This library is free software; you can redistribute it and/or modify it
38 under the same terms as Perl itself.
39
40
41
42perl v5.12.2 2010-04-23 Moose::Autobox::Defined(3)